WordPress index to directory move and .htaccess issue
-
Hello,
I moved one of my blogs to subdirectory from root.
When I try to access blog at, https://mortgageforeclosuresolutions.biz/blog it fails, its accessable via https://mortgageforeclosuresolutions.biz/blog/index.phpI’ve updated .htaccess and it looks as follow.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress
Any ideas? I’m totally lost!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress index to directory move and .htaccess issue’ is closed to new replies.