ErrorDocument 404 http://www.searchnaked.com
ErrorDocument 403 http://www.searchnaked.com
ErrorDocument 401 http://www.searchnaked.com
#<IfModule mod_rewrite.c>
#ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
#</IfModule>
AddType application/x-httpd-php .htm .html