Hello,
I am trying to redirect the URL:
http://www.theclubreview.com/night.l...s®ion=miami
to the url
http://www.theclubreview.com/miami.html (this is the url I want people to type into the web browser)
so far I have:
RewriteEngine on
RewriteBase /
RewriteRule ^miami.html$ night.life?go=clubs®ion=miami [L]
This doesnt work... can someone help?