Replies: 0
We created a second wordpress installation with a sub directory on our root, it was giving me the 404 error. I added this condition to the root .htaccess file for it to ignore the folder //Ignore folder
RewriteCond %{REQUEST_URI} !^/shop/
seems to be working but I wonder if that is enough?
Any advice appreciated on making sure it works well.