Auto-Redirection
Moderator: General Moderators
Auto-Redirection
Hey, I got a url ww.team101.net and I want it to automatically goto team101.net/html Does anyone know How I can do this?:
mod_rewrite is the most elegant solution. Also are the 2 url's actually different sites or do you want to just rewrite the url?
- Sevengraff
- Forum Contributor
- Posts: 232
- Joined: Thu Apr 25, 2002 9:34 pm
- Location: California USA
- Contact:
if you mean like a simple redirect then use header("location: http://www.team101.net/html/");
thanks that workedSevengraff wrote:if you mean like a simple redirect then use header("location: http://www.team101.net/html/");