Forum Moderators: phranque

Message Too Old, No Replies

Mod Rewrite short url help

         

HomerJSimpson

5:44 pm on Aug 25, 2006 (gmt 0)

10+ Year Member



Hi

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

jdMorgan

6:16 pm on Aug 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



From our forum library: Changing Dynamic URLs to Static URLs [webmasterworld.com]

Jim

HomerJSimpson

6:26 pm on Aug 25, 2006 (gmt 0)

10+ Year Member



Now.....I am totally lost after i read those info

thanks for the info

BTW: anyone know why mine is not working? i can't figure what wrong with that

Caterham

1:19 am on Aug 28, 2006 (gmt 0)

10+ Year Member



[httpd.apache.org...]
Note: Query String

The Pattern will not be matched against the query string. To do this, you must use a RewriteCond with the %{QUERY_STRING} variable.