WordPress makes 404 error when going to domain folder

I have site steamshopsrbija.com and when I navigate to new WP installation on steamshopsrbija.com/v2 (it is new folder called v2)it makes like it does not exist. So WP thinks it is page ?

How to fix that problem?

THANKS IN ADVANCE

Topic directory Wordpress

Category Web


I fixed it by changing subfolder permission from 750 to 755.


Thanks for everyone will to help. After a long search I found solution! Here is help for others if need:

Im quote:

To exclude the subfolders from the WordPress rewrite rules, you need to edit the .htaccess file and change the bold line below:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule . /index.php [L] # Original line
RewriteRule ./ /index.php [L] # New line
</IfModule>
# END WordPress

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.