Jump to content
xisto Community
beeseven

Need .htaccess Help Internal server error

Recommended Posts

Initially my .htaccess file looked like this:

# -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 http://forums.xisto.com/no_longer_exists/
AuthUserFile /home/beeseven/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/beeseven/public_html/_vti_pvt/service.grp

Then I tried adding a few things, and I got an internal server error.

Content-Type: text/html; charset=utf-8Content-Language: en
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml

Are we not allowed to change .htaccess or I am doing it wrong? Is there supposed to be an order to put stuff in?

Share this post


Link to post
Share on other sites

beeseven (original author) reports that problem has been resolved, so i'm closing this thread. :D

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.