Forum Moderators: phranque
Example: my.foo.com/1234 redirects to www.foo.com/profiles/?profile_id=1234
Any help is greatly appreciated.
RewriteEngine On RewriteBase /
RewriteRule ^([0-9]+)$ [foo.com...] [R]
There is also the potential there for a redirection loop, except that you're apparently redirecting from the "my" subdomain to the "foo" main domain.
Jim