Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.htaccess problem

Status
Not open for further replies.

michael12

Programmer
Sep 26, 2002
25
0
0
US
I have a login script using AuthCookieHandler, my .htaccess contains:
------
require valid-user
Options +Includes
<Files index.htm>
AddType text/html .htm
AddHandler server-parsed .htm
</Files>
------
which use SSI.
Problem: when I first login, it just shows a list of folders and files, cannot open index.htm, I have to manually click index.htm, but if I logout and login again, it open the index.htm correctly.
Does anyone know the reason? Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top