Hi
I am trying to password protect my codeigniter directory its a test site running on cpanel but since I removed index.php from the urls its stopped the password protection from redirecting canceled attempts.
AuthName "bobby"
AuthUserFile "/location to password here/passwd"
AuthType Basic
require valid-user
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]My htaccess skills are zero has anyone got any ideas.