Thanks for the effort, but that doesnt work at all doesnt even redirect to the main domain
Let me show you how the htaccess looks:
Code:
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^([^.]+)\.domain\.com$ [NC]
RewriteCond %1 !^(www)$ [NC]
RewriteRule ^$ /%1/$1 [L]
RewriteCond %{HTTP_HOST} ^domain\.com$
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
And antonio i dont know what you mean
edited a bit