SC__Programmer Posted August 16, 2011 Posted August 16, 2011 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! Quote
cl58 Posted August 16, 2011 Posted August 16, 2011 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) Quote
cl58 Posted August 17, 2011 Posted August 17, 2011 Glad your problem got solved! Please spare a few minutes to take our brief survey:http://feedback.heliohost.org/Your participation in this survey is greatly appreciated. Quote
SC__Programmer Posted August 21, 2011 Author Posted August 21, 2011 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? Quote
Guest xaav Posted August 21, 2011 Posted August 21, 2011 Do you have any other .htaccess files? Quote
SC__Programmer Posted August 21, 2011 Author Posted August 21, 2011 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 Quote
Guest xaav Posted August 21, 2011 Posted August 21, 2011 Change it to http://yoursite.heliohost.org/500.html Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.