Forum Moderators: phranque
For URL rewriting info see the following threads in the Apache forum library:
[webmasterworld.com...]
[webmasterworld.com...]
One note: It requires a 'trick' to prevent this kind of paired redirect/rewrite from looping in a .htaccess context. You must examine the server variable %{THE_REQUEST} with a RewriteCond before doing the external redirect. Otherwise, the two rules will redirect/rewrite back and forth between the two URLs until the client or server reaches its maximum redirection limit and throws an error.
Jim