Error 404 to Home Page
.htaccess
By | Friday, March 9, 2012




Hide CommentsClick this link for live example
http://wcetdesigns.com/assets/practices/home.php





.htaccess
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ http://%{HTTP_HOST} [R]