Quantcast
Channel: BulletProof Security Forum » All Posts
Viewing all articles
Browse latest Browse all 12638

Reply To: Cannot view WordPress Login page – 403 Error

$
0
0

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 12638

Trending Articles