Permalinks break categories
-
Apache 2.2.3-7
When I try to set permalinks to anything but the default, all links to categories and posts are broken. I checked the contents of .htaccess and they are as suggested by the module:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPressHere is my Directory section from httpd.conf:
Alias /blog /var/www/html/wordpress
<Directory “/var/www/html/blog”>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>Mod_rewite is enabled. Any help much appreciated.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Permalinks break categories’ is closed to new replies.