.htaccess - 301 Redirect for website tonight mobile? urls on Apache -
i have long list of urls this:
http://example.com/site/mobile?url=http%3a%2f%2fwww.example.com%2furl_begins_here.html
and no matter do, can't urls go new pages.
any ideas, i'm dying here.
i figured out:
rewritecond %{query_string} url_begins_here.html rewriterule .? http://example.com/new-url-goes-here.html? [r=301,l]
Comments
Post a Comment