404 Not Found on permalinks (VDS)
-
(Sorry for my English. I’m Russian)
I’m transferred my blog from hosting on VPS and pages don’t opened.My HTACCESS:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressPermalinks I Set up.
Try go to my blog ang try openning different pages. Displayed: “Not found”
How can I fix this?
Maybe this is associated with Apache or PHP configurations?The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘404 Not Found on permalinks (VDS)’ is closed to new replies.