wheatgrass
Verified User
- Joined
- Mar 31, 2006
- Messages
- 16
I had created a subdomain under my domain account in DA. I had moved page.htm from domain to subdomain. How do I configure httpd such that domain.com/page.htm will redirect to subdomain.domain.com/page.htm? I tried the following but it resulted in endless loops and error:
Redirect 301 /page.htm http://subdomain.domain.com/page.htm
Redirect 301 /page.htm http://subdomain.domain.com/page.htm