View Single Post
Old 05-14-2007, 02:10 PM  
EBORG9
Confirmed User
 
Join Date: Oct 2006
Location: Sin City
Posts: 1,823
Quote:
Originally Posted by borked View Post
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.
EBORG9 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote