Permalinks 404 error .htaccess writable
-
Hi there,
I’m running wordpress 3.3.1 on Debian 5.0 lenny 32bit.
I’m facing the following problem:
When my permalink is set on default, no problems appear. But when i change the permalink to one of the other options, it says:Not Found The requested URL /appleby-architects/ was not found on this server. Apache/2.2.9 (Debian) PHP/5.2.17-0.dotdeb.0 with Suhosin-Patch Server at www.appleby-architects.com Port 80I’ve viewed some other posts here and i found out that my .htacces wasn’t writable so i changed in my apache config the # before AllowOverride:
<Directory /var/www/> Options Indexes FollowSymLinks MultiViews # AllowOverride None Order allow,deny allow from all # This directive allows us to have apache2's default start page # in /apache2-default/, but still have / go to the right place RedirectMatch ^/$ /apache2-default/ </Directory>After that i could see that my .htaccess was writeable, but i’m still facing the problem with the permalinks.
I really need to fix this and i hope someone has the correct solution for this.Thanks in advance,
AJ
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Permalinks 404 error .htaccess writable’ is closed to new replies.