Forum Moderators: phranque

Message Too Old, No Replies

Mod ReWrite Help Me!

Apache ReWrite

         

kenjilee

6:38 am on Aug 9, 2006 (gmt 0)

10+ Year Member



Help me Mod ReWrite
I want [yourdomain.com...]
--> [yourdomain.com...]

And [yourdomain.com...]
--> [yourdomain.com...]

Please help me!

John Carpenter

9:18 pm on Aug 9, 2006 (gmt 0)

10+ Year Member



This should work, I suppose:

RewriteCond %{QUERY_STRING}!^link\= 
RewriteRule /(.*) http://www.example.com/index.php\?link\=$1 [R=permanent,L]

John Carpenter

12:28 pm on Aug 12, 2006 (gmt 0)

10+ Year Member



You might also consider leaving the redundant index.php to make the URL shorter.

Instead of:
[yourdomain.com...]

Vistors would see:
[yourdomain.com...]