Default .htaccess

# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} ^page_id=([0-9]*)&category=(.*)$ RewriteRule ^(.*)$ /%1/%2? [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ....

WordPress Login Loop to Dashboard

So for the specificity of this case I was redirecting to the admin dashboard continuously when ever I tried to navigate to the home page.I was logged in as admin. The problem was that I updated my email and this caused a conflict with the site. WordPress wanted me to...

Pin It on Pinterest