Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rewrite rule

Status
Not open for further replies.

mmcds

MIS
Jul 5, 2007
28
US
Put this in the .htaccess file of your root directory.

Code:
RewriteEngine on 
RewriteRule ^$ /test?/test=1/
[code]


Notice it is unconditional.  Any body who goes to your main page (in DocumentRoot)will be redirected.  If they type another directory they will not.
 
Thanks for the suggestion. That seemed to work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top