Forum Moderators: phranque

Message Too Old, No Replies

.htaccess

Incorrect page loading

         

specter

6:46 am on Jun 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello,

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

phranque

12:31 am on Jun 5, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



have you looked for clues in the log files?