Omar
Here to help.
Administrator
Hero Member
   
Karma: 10001
Offline
Posts: 2687
|
 |
« Reply #1 on: May 05, 2008, 22:37 » |
|
404 errors are handled by SS (actually, there are no 404 errors, SS see any url like a valid url) so a server rule has no power.
What SS does when url is not a valid product, category or static page url is to print a 404 error message (rules of this are in utilities.tpl). What can do is to put a javascript redirect instead of printing the error message.
Look for:
{if isset($error)} {if $error==404}
and replace:
404 - Not found
with:
Hope that helps
|