dseaver
IS-IT--Management
- Jul 13, 2006
- 467
I need to redirect " to "
This is what I have currently, and it is not working correctly
This is what I have currently, and it is not working correctly
Code:
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^blog\.domain\.com
RewriteRule ^$ [URL unfurl="true"]http://www.domain.com/wp/$1[/URL] [L]