[thelist] .htaccess

john corry john at neoncowboy.com
Fri Jan 25 17:06:00 CST 2002


I have a phpMyAdmin directory that is password protected (and instructed to
use 'index.php' as directory index) via .htaccess. I'm gettign an error I've
never seen before.

############################################
# -FrontPage-

IndexIgnore  *~ *# */HEADER* */README* */_vti*
DirectoryIndex index.php

AuthUserFile /data/web/72947/www/.htpasswd
AuthGroupFile /dev/null
AuthName "Maui Vacation dot info"
AuthType Basic

<Limit GET POST>
require valid-user
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>

############################################

If I go to the /phpadmin directoy (http://my.ip.number/phpadmin) I get a
404. If I go to http://my.ip.number/phpadmin/ I get the index page for
phpMyAdmin.

Why?

thanks,
John




More information about the thelist mailing list