This webpage has a redirect loop wp admin

Unknown Reply 6:14 PM

Problem:

This webpage has a redirect loop wp admin or ErrorDocument to handle the request wordpress(404 Not Found)

Solution is:

 I created a fresh .htaccess file, with permissions set to 644 and the following code or you can edit your .htaccess:
RewriteEngine on

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

Related Posts

Wordpress 6404745119137789042
Comments
0 Comments
Facebook Comments by Media Blogger

Post a Comment

Search

Ikuti Channel Youtube Aku Yaa.. Jangan Lupa di subscribe. Terima kasih.

Popular Posts

Translate