WordPress htaccess problems
-
Hi
I have two installations of wordpress on one domain.
1st one is on domainname.com
2nd one is on domainname.com/blogThe default htacess looks like this, but I get a 404 when I try to access domainname.com/blog
# 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 WordPressWhen I change the htaccess to the following, I can access domaninname.com/blog, but I get 404 when I access the posts on domainname.com.
Can you please suggest me, how to make the required changes, so that both are accessible.
Also, I have another subfolder at domainname.com/stats which I want to access, but I get a 404 again.
I have done plenty of searches and edit the htaccess thousands of times, but nothing worked.
Please help.
The topic ‘WordPress htaccess problems’ is closed to new replies.