tk5
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress itself change the file permission of wp-config ?Thank you Media X.
So who change the wp-config.php file permission back to 640?
Forum: Networking WordPress
In reply to: TOO_MANY_REDIRECTS Error when using basic authenticationI close this.
Forum: Networking WordPress
In reply to: TOO_MANY_REDIRECTS Error when using basic authenticationI got the solution from hosts and that is just add the following two lines to .htaccess.
ErrorDocument 401 "Denied" ErrorDocument 403 "Denied"Thank you.
Forum: Networking WordPress
In reply to: TOO_MANY_REDIRECTS Error when using basic authenticationThank you Ipstenu.
WP is working without it, I have created the subdirecoty on the same server and installed the backup and found out it works fine (I can log-in with basic authentication on xxxx.com/test/wp-login.php).
I’m wondering if this is related with hosting’s subdomain configurations and I submitted the ticket to my hosts.
Forum: Networking WordPress
In reply to: TOO_MANY_REDIRECTS Error when using basic authenticationThank you esmi!
I will contact my hosts again.
Thank you for your advise!
I appreciate it.Forum: Networking WordPress
In reply to: TOO_MANY_REDIRECTS Error when using basic authenticationThank you esmi.
If I just use above code, I get the same error (TOO_MANY_REDIRECTS).
If I use below code, the authentication box pop ups but after put the user name and password, I get the same error.
<files wp-login.php> AuthName "Login Password Required" AuthType Basic AuthUserFile /home/xxxx/.htpasswd require valid-user </files> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . index.php [L]When I use the same basic authentication on the single site it works fine on the same server.
Forum: Networking WordPress
In reply to: TOO_MANY_REDIRECTS Error when using basic authenticationThank you, ak75963.
xammp version is 1.8.1Thank you, esmi.
Yes, but their response is as follow;
Sorry about the issues you’re having with your website. Unfortunately providing support for .htaccess modifications is outside the type of support we offer. You would have to consult with a developer about any coding issues.