Mod_rewrite custom file path structure
-
Hi there,
I’m experiencing yet again, a problem relating to the file path custom structure i’ve setup. Everything was working fine in testing environment, and now that i’ve installed live on other server, I can only access the home page.All other pages bring me to a ‘404 page not-found’.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] </IfModule>
this is the mod_rewrite i have in my .htaccess file at the root of the wordpress blog setup.
My custom structure for permalinks is set as following..
/%category%/%postname%/
The web address that’s being inserted is exactly as intended; however, it;s displaying the server’s 404 page not found..
I’m stuck here, what can i do? Any suggestions + help greatly appreciated.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Mod_rewrite custom file path structure’ is closed to new replies.