404 Error

Status
Not open for further replies.

joshua filby

New Member
Messages
56
Reaction score
1
Points
0
I forgot how to do this..


Okay I know this has something with .htaccess.

Okay, I made my own custom 404 error page, but it does not work if someone does a wrong page, it goes to to the X10 error page.
 

joshua filby

New Member
Messages
56
Reaction score
1
Points
0
Code:
# -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 magicpkz.x10hosting.com
AuthUserFile /home/magicpkz/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/magicpkz/public_html/_vti_pvt/service.grp
 

Danielx386

Member
Messages
711
Reaction score
9
Points
18
ok, put this at the start of the .htaccess file

ErrorDocument 404 /404page.html

Change the 404page.html to the page that you want to show to users
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
I forgot how to do this..

Okay I know this has something with .htaccess.

Okay, I made my own custom 404 error page, but it does not work if someone does a wrong page, it goes to to the X10 error page.

Hi joshua filby,

Now that you have been given a definite answer to your question, and you have not posted a response back in over 48 hours, I am going to close this thread to mark it as resolved. Feel free to create a new support request if you need more help or have any additional questions.

- Adam
 
Status
Not open for further replies.
Top