.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

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -