Forum Moderators: phranque
I have problems with some web pages on my site:
In the main directory:
1) A redirecting page doesn't work. (blank screen appears...)
But works if I remove .htaccess file.
2) A .pl file doesn't work.(500 error)
In a subdirectory:
A forum home page is uncompletely loaded.
But loads correctly if I remove .htaccess file.
The .htaccess file in the main dir is the following:
# -FrontPage-
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.blabla.net
AuthUserFile /home/wildlif/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/bla/public_html/_vti_pvt/service.grp
AddType application/x-httpd-cgi .htm
options -Indexes
The .htaccess file in the sub is the following:
AddType application/x-httpd-cgi .htm
options -Indexes
I cannot remove definitely .htaccess files as this causes other problems, soI have to fix the problem in other way...
Maybe I should add .html .pl and .php commands?
If yes,please, show me how to do.
Thanks in advance for your help.
Sincerely