Must I Use x10Hosting 404.Shtml?

Status
Not open for further replies.

francisk

New Member
Messages
9
Reaction score
0
Points
0
Hey guys, Quick question here, I'm kinda bummed about using their 404.html on my site, how do i change that or is that not even possible? i've tried my best and for the life of me still can't figure it out.
 

Awesomexr

New Member
Messages
118
Reaction score
4
Points
0
Add this to your .htaccess file:

ErrorDocument 404 /404page.html

Change the 404page.html to your custom 404 page. :)
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Create your own 404 file and in .htaccess give this

Example your custom 404 page name is notfound.html and it is in public_html i.e root (/)

Code:
ErrorDocument 404 /notfound.html

EDIT
@Awesomexr you beat me. :)
 
Last edited:
Status
Not open for further replies.
Top