[Tut]Redirect [.htaccess]

Status
Not open for further replies.

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,801
669
Alright, say you have ( ) and you want to to go to ( )
And Home is a subfolder in your wwwroot.

Just add this to your .htaccess

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?YourDomain.com$
RewriteRule ^(/)?$ home [L]
Just change "YourDoamin.com" to your domain and "Home" to the subfolder. Reload yourdomain.com and boom, redirects.

I take no credits to this. Just a normal .htaccess tool.
 
Status
Not open for further replies.

Users who are viewing this thread

Top