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!
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)
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.
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?
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
Guest xaav Posted August 21, 2011 Posted August 21, 2011 Change it to http://yoursite.heliohost.org/500.html
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now