Forum Moderators: phranque
can someone please help me on this one..i have try many possible couldn't get this to work :)
I try to re_write short the url
currently: [mydomain.com...]
Try to: [mydomain.com...]
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^user/?L=(.*)$ [mydomain.com...]
Thanks Advance
Note: Query StringThe Pattern will not be matched against the query string. To do this, you must use a RewriteCond with the %{QUERY_STRING} variable.