After installing WordPress I noticed the links weren’t working. To get permalinks (pretty links) to work with Apache you need to have mod_rewrite enabled and configured in a .htaccess file. WordPress can add the right lines but only if it has write access to the file. I did the following.
% cd blog % touch .htaccess % su % chgrp webfiles .htaccess % chmod 664 .htaccess
Then go back to the WordPress admin page, change and save the permalink options again. The .htaccess will be modified as required. This is all explained in the WordPress documentation.
Leave a reply
Trackback this post | Subscribe to the comments via RSS Feed