Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 39353

esmi on "second wp installation not loading"

$
0
0

If WP isnlt running the root domain, why do you have:

# 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 WordPress

in your root .htaccess file? That should be removed.


Viewing all articles
Browse latest Browse all 39353

Trending Articles