IT.COM

.htaccess re-direct

Spaceship Spaceship
Watch
Impact
100
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
You should google the problem before posting ;)

Someones asked this before on another forum,

http://www.webhostingtalk.com/showpost.php?p=3449952&postcount=4

Create a file called .htaccess and put in the following. Change domain to your actual domain and sub to your actual sub.

Code:
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com$ [NC] 
RewriteRule ^ http://sub.domain.com [R,L]
 
1
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back