detect external loop redirection with target URL rewrite error for wp-admin

#4
Just the basic WordPress rules from the kb page

Code:
RewriteRule ^/?index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
1718890001988.png
Static Context definition
1718890044543.png
 
Top