Welcome Guest, Not a member yet? Register   Sign In
Rewrite + Authentication
#20

[eluser]bretticus[/eluser]
This may be that apache can't find the error document and the 404 is coming from apache (not CI) which I should have asked in the beginning. You can tell it to ignore the error document with the following addition:


Code:
ErrorDocument 401 "Unauthorized Access"

RewriteEngine off

AuthName "Admin section"
AuthUserFile "/home/studentc/.htpasswds/public_html/assets/scripts/payment/passwd"
AuthType Basic
require valid-user

If this doesn't work. I am plain stumped. Good luck!


Messages In This Thread
Rewrite + Authentication - by El Forum - 05-12-2010, 04:29 AM
Rewrite + Authentication - by El Forum - 05-12-2010, 12:28 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 09:39 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:04 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:05 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:12 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:16 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:28 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:37 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:39 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:41 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:45 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:47 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:08 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:11 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:13 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:18 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:21 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:25 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:43 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:57 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 08:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB