Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

htaccess redirect to folder

Status
Not open for further replies.

askari

Technical User
Oct 29, 2001
44
0
0
AU
I'm trying to set up a redirect using htaccess

I already have set up a parked domain so that is pointing to
But what I want to do is have a request for to go to
Ive tried the following but Im getting an internal server 500 error
Code:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
 
RewriteCond %{HTTP_HOST} domain1.com
RewriteCond %{REQUEST_URI} !folder1/
RewriteRule ^(.*)$ folder1/$1 [L]
Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top