htaccess are a bit odd.
In 4 out of my 5 websites, the .htaccess file has these commands at the
index2\\.html$ [NC] RewriteRule .* /index2.html [R=301,L]
I've attempted to solve this by adding in the following snippet, but it did not work
unfortunately
Hello, i found following paragraph in my .htaccess file:
You can edit htaccess to always allow your custom page e.g. 403.shtml:
RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
IfModule>. # END WordPress.
...