Rewrite for weblog

Using a single web hosting account to host multiple sites

Rewrite for weblog

Postby elegance » Sun Mar 04, 2007 5:09 am

elegance
 
Posts: 4
Joined: Sat Dec 30, 2006 4:13 pm

Postby richardk » Mon Mar 05, 2007 1:55 pm

You need DNS for the sub domains. The sub domains need to point to either mydomain.com's document root (or /weblog, but the mod_rewrite will need editing).

Then in a .htaccess file in mydomain.com's document root
Code: Select all
Options +FollowSymLinks

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.mydomain\.com$ [NC]
RewriteCond %{HTTP_HOST} ^(www\.)?([^\.]+)\.mydomain\.com$ [NC]
RewriteRule ^$ /weblog/?username=%2 [QSA,L]
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am


Return to Domain Handling

Who is online

Users browsing this forum: No registered users and 54 guests

cron