ONE OF CODE WHICH I FOUND THROUGH SEARCH CHECK IF IT WORK WITH YOUR PROJECT.
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.weathat_com/$1 [R=301,L]
RewriteEngine On
RewriteBase /
I AM ALSO TRY THIS CODE
RewriteCond %{HTTP_HOST} !^domain.com [NC]
RewriteCond %{HTTP_HOST} ^(www.)?([^.]+).domain.com [NC]
RewriteRule ^$ /fake_subdomain.php?page=tag&tag=%2 [L]
ITS NOT WORKING
i am already try to enable the rewriterule with .htaccess but its not working. help us
Same problem with me BUT ONE Thing is very important …
its only with MAIN PAGE.
if we click on our categories page and then click on « Previous Entries
its work A ONE AND GOOD.