Subfolder wp
-
Hello. Very good plugin and i like it.
But there is some issue –
when i run a website that is installed in subfolder of other wp site it doesn’t show the message – it redirects to the root folder site homepage.
Mayeb this is 404 redirect but i have not added some special things to htacces
and my subfolder installation has this in htaccess:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subfolder/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /subfolder/index.php [L]
</IfModule># END WordPress
Please help fixing that issue
- The topic ‘Subfolder wp’ is closed to new replies.