05-14-2007, 02:10 PM
|
|
Confirmed User
Join Date: Oct 2006
Location: Sin City
Posts: 1,823
|
Quote:
Originally Posted by borked
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
ErrorDocument 404 http://www.domain.com/404.html
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
|
Excellent. Thanks.
|
|
|