“Pretty” permalinks problem; “Not Found”
-
Hello,
I’ve just set up WordPress on my personal Debian server, and now I’m trying to configure permalinks to this format:
/%category%/%postname%
This is not working. I’ve followed those instructions as well as I can, but it’s still not working. My /etc/apache2/httpd.conf looks like this:
<Directory /var/www> Options FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory>
I’m pretty sure the “mod_rewrite”-module is active, because when I had the following line on top of httpd.conf, init.d told me it already had been started.
LoadModule rewrite_module modules/mod_rewrite.so
Just for your information; the method without mod_rewrite worked out well. The one for structures like index.php/%category%/%postname%. Anyway I belive the rewrite-module is running.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘“Pretty” permalinks problem; “Not Found”’ is closed to new replies.