Not Found Permalink Issue
-
Dear Forum,
I have just moved my website to a new server and i have done the following but still the permalink aren’t working and keep giving me “Not Found” error.
1. .htaccess file is created by wordpress with the following code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /spacemsgdemodefault/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /spacemsgdemodefault/index.php [L]
</IfModule># END WordPress
2. This didn’t work even. So someone suggested to go to vhosts and change “None” to All. That is done too.
All this is done but even done the Not found error doesn’t go. Kindly help me out here on what i am missing so that i can get my site to work. Please.
Regards,
Maddy
- The topic ‘Not Found Permalink Issue’ is closed to new replies.