Hello guys,
I am trying to rewite URl: http://mydomain.com/member.php?member=ABC
into http://ABC.mydomain.com (better) or http://mydomain.com/ABC but could not. So can you help me with this, I use these sentences:
RewriteEngine on
RewriteRule ^.htaccess$ -f
RewriteCond %{HTTP_HOST} !^www.domain.info
RewriteCond %{HTTP_HOST} ^([^.]+).domain.info
rewriteCond http://www.domain.info/member.php -d
but it does not work
I use Blog system of 6al.net
thanks,
Thanh Nguyen
Bookmarks