Forum Moderators: phranque
I have no experience with how to do a redirect with a .httaccess but have a friend who wants just their index page www.example.com redirected to www.subdomain.anotherexample.com (a different site with a subdomain).
They want to link this subdomain to other pages of their exmaple.com site as well (kind of confusing but there is a reason for it).
So I only need the index page forwarded and not any other pages of the site.
Can anyone help me with this or show me the correct place to go? Thanks!
[url=http://httpd.apache.org/docs/1.3/mod/mod_alias.html#redirectmatch]RedirectMatch[/url] 301 ^/$ http://www.subdomain.other_example.com
Jim