Forum Moderators: phranque
The problem is when a user has a bookmark or goes to a page indexed by a search engine like:
[domain1.com...]
the redirect happens but it appends a double slash and the rest of the query string which so it ends up looking like this:
[domain2.com...]
This breaks the destination so how can I force everything thing under /members to go to the one clean domain2.com/somefldr/ (with only one trailing slash)
Thanks for any direction you could offer!
Redirect /members http://www.domain2.com/somefldr/
Redirect /membe[b]rs/ h[/b]ttp://www.domain2.com/somefldr/
Redirect /members http://www.domain2.com/somef[b]ldr[/b]
Jim