404 page

Status
Not open for further replies.

iwhizz

New Member
Messages
9
Reaction score
0
Points
0
Hi i made a 404 page and saved it as 404.shtml but my page is not showing up its a x10hosting page whats full of ads how can i fix this
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Hi iwhizz,

You should be placing them in public_html And they will come up automatically.

If not then add this to .htaccess

ErrorDocument 404 /404.shtml
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
You can modify or upload a .htaccess file through FTP software, FileZilla is a good and free FTP client.

- xav0989
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
It dose not let me at all and where is .htaccess in cpanel

Hi iwhizz,

First, log in to your cPanel. Then, click on File Manager. Before clicking GO, make sure the "Show Hidden Files (dotfiles)" option is checked. From there, go to your public_html folder and look for a file named .htaccess. If you cannot find it, create a new file and name it .htaccess, then add the following line of code into it:

ErrorDocument 404 /404.shtml

- Adam
 

scylla

Member
Messages
232
Reaction score
0
Points
16
Here's what I have in my 404 pages

Code:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://vgchat.info/forum" );
?>
 
Status
Not open for further replies.
Top