Error 404 to Home Page
.htaccess
By
William Thomas
|
Friday, March 9, 2012
Hide Comments
Click 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]