404 x10hosting

Status
Not open for further replies.

pradctgign

New Member
Messages
21
Reaction score
0
Points
0
I have a custom Domain and using x10hosting as my hosting for my domain when i typed domain is not correct then it redirect to x10hosting error.
So i want my own error page on my own custom domain how can i do that
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
There should be a section called "Error pages" in your cPanel where you can change them
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
try this
Just Add these lines in your .htaccess file

ErrorDocument 404 /404.html
ErrorDocument 403 /403.html
ErrorDocument 500 /500.html

here 404.html,403.html ,500.html are your custom error file and should be in public_html folder
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Will i have to edit 404.html page to make to it custom 404 error ?

You can edit or use your own pages ,only thing is it should be named as 404.html
 
Last edited:
Status
Not open for further replies.
Top