View Single Post
  #9 (permalink)  
Old 10-08-2008, 10:26 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,651
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: with index.html OK, wihout downlaad

The .htaccess directive will add additional extensions to those specified in httpd.conf, and so there should not be a conflict. However, if a handler is not specified, it may not work depending on your installation. Try adding the AddHandler directive I put above. If it still does not work, try adding the directives to the httpd.conf temporarily to test if the problem is with the directive itself, or if the server is ignoring the .htaccess file itself - you may have to re-enable that directive for .htaccess files.
__________________
The best way to learn anything, is to question everything.
Reply With Quote