Note: The overhead for a rule like this is minimal at best.  I've used rules
like this in the past on very active websites with no noticeable impact on
the systems load.

----
Graham Frank
Neoservers LLC - Founder and Owner
Ph: (608) 359-1593
Member of the Better Business Bureau   


-----Original Message-----
From: Graham Frank [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 31, 2007 6:54 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Redirecting All Traffic to Homepage

Hey, 

Try this in .htaccess:

RewriteEngine on
RewriteRule ^.*$ index.html

Basically, anything and everything will land them on index.html.

----
Graham Frank
Neoservers LLC - Founder and Owner
Ph: (608) 359-1593
Member of the Better Business Bureau   


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to