Quantcast
Viewing all articles
Browse latest Browse all 12472

Reply To: Cannot view WordPress Login page – 403 Error

Its very strange (and quite random)…

My htacess file now looks like this and I’m still getting the no results found page.

# BEGIN WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Viewing all articles
Browse latest Browse all 12472

Trending Articles