Jump to content

Recommended Posts

Posted

Is there a way i can have my custom error pages?

 

because on the 500 one it says my original heliohost.org name instead of my .co.cc name.and i dont want people seeing my heliohost.org one because its totally different then my .co.cc one!

Posted

Make the 500 page that you would like to show and create/edit a file called ".htaccess" in your root directory (public_html/[domain path here]) and include the following line:

 

ErrorDocument 500 path/to/500.html

 

(replace path/to/500.html with the path to the page you made)

Posted

i hate to bump this thread but i dont want to make a new one.

 

It recently stopped bringing up my 500 html page and replaced it with the old one.

 

here's the code i got,

ErrorDocument 500 /home1/sc/public_html/500.html

 

Why wont it work?

Posted

Do you have any other .htaccess files?

Posted

no,not that i know of.this was in my public_html.

 

here's my full file,

# -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 DevTalk.co.cc
AuthUserFile /home1/sc/public_html/_vti_pvt/service.pwd
AuthGroupFile /home1/sc/public_html/_vti_pvt/service.grp
ErrorDocument 500 /home1/sc/public_html/500.html

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...