Any one have any ideas?
Doesnt work -
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteRule ^/(.*)(\?.*)$ index.php?id=$1&$2
I am running it in a subdomain (http://beta.mydomain.com)
the idea is to take a link like this http://beta.mydomain.com/home?var1=test and turn it into http://beta.mydomain.com/index.php?id=home&var1=test
any help is much appreciated.
infinity003
Doesnt work -
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteRule ^/(.*)(\?.*)$ index.php?id=$1&$2
I am running it in a subdomain (http://beta.mydomain.com)
the idea is to take a link like this http://beta.mydomain.com/home?var1=test and turn it into http://beta.mydomain.com/index.php?id=home&var1=test
any help is much appreciated.
infinity003
Comment