Thursday, July 23, 2009

Redirect to custom error page,if page is not exists

ErrorDocument 404 /not-found.php

From this .htaccess code you can redirect to custom error page.
if user request for non exists file on site URL.

No comments:

Post a Comment