Welcome Guest, Not a member yet? Register   Sign In
.htaccess authentication does not stop page loading
#2

[eluser]gojo[/eluser]
This worked for my virtually the same problem


Code:
AuthName "bobby"
AuthUserFile "/location to password here/passwd"
AuthType Basic
require valid-user

RewriteEngine on
RewriteCond %{remote_user} !^$ [nc]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]


Messages In This Thread
.htaccess authentication does not stop page loading - by El Forum - 11-27-2013, 05:17 PM
.htaccess authentication does not stop page loading - by El Forum - 06-03-2014, 09:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB