Author Login
Post Reply
hello,
i have a drupal site within which there is a folder with wordpress so
http://mysite/blog loads the wordpress.
i want to take this out completely so the http://blog.mysite is in its own vhost
is it possible in for the http://mysite to add a rewirite so that if a
user types http://mysite.com/blog it is rewritten to
http://blog.mysite.com
i have this:
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteCond %{HTTP_HOST} ^mysite\.com\/blog$ [NC]
RewriteRule ^(.*)$ http://blog.mysite.com$1 [L,R=301]
is this correct way to do this?
thnks
--
˙uʍop ǝpısdn p,uɹnʇ pןɹoʍ ǝɥʇ ǝǝs noʎ 'ʇuǝɯɐן sǝɯıʇ ǝɥʇ puɐ 'ʇuǝʇuoɔ
ǝq s,ʇǝן ʇǝʎ
%>>> "".join( [ {'*':'@(protected)
chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)