Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

404 Error Page


Salvo

Recommended Posts

Hi all

 

I have just had my site down because my server was under attack and a very ugly page came.. NOT BE ABLE TO ACCESS DATABSE ETC ETC..

 

I was wandering if there is a contribution 404 Error Page or how can I do one nice for all the directories of osc in a nice way

 

Thanks

 

Salvo

Link to comment
Share on other sites

Youc an add this to the top of your .htaccess under catalog/

 

ErrorDocument 401 httpd://www.YourDomain.com/errors/401.html

ErrorDocument 404 http://www.YourDomain.com/errors/404.php

ErrorDocument 403 http://www.YourDomain.com/errors/403.php

ErrorDocument 500 http://www.YourDomain.com/errors/500.php

 

Then create an errors folder under the root and custom make your pages ;)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...