Forum Moderators: phranque
this is my code:
#http://username.example.com/ to http://example.com/index.php/username
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTP_HOST} ^(.*)\.example\.com [NC]
RewriteRule (.*) http://example.com/index.php/%1/$1 [P]
Now I want to point [username.example.com...]
to http://example.com/index.php/username/name
would you please help me...
[edited by: jdMorgan at 2:09 pm (utc) on July 27, 2008]
[edit reason] speling [/edit]