PDA

View Full Version : Custom permalink doesn't work


levani
02-16-2010, 10:49 AM
I try set my custom permalink structure on my wordpress website but it redirects me to 404 error page when I try to enter posts... There seem to be some problems with my apache configuration but I can't guess exactly what. I'm using VPS hosting on linux server, centos. When I was on shared hosting everything worked fine.

My .htaccess file isn't writable so I paste this code manually

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

as wordpress asked but it didn't help. Can anyone please tell what is the problem?

Thanks in advance

Inigoesdr
02-21-2010, 05:11 PM
So, did you edit the .htaccess file? You say it's not writable, so I want to make sure you made the change.