DNS error with Dynamic subdomains with htaccess
问题 i'm trying to implement dinamics subdomains for cityes, but this not work when a subdomain is used. My htaccess is: Options +FollowSymlinks <IfModule mod_rewrite.c> RewriteCond %{HTTP_HOST} ^www.bisnet.com.co [NC] RewriteRule ^(.*)$ http://bisnet.com.co/$1 [R=301,L] </IfModule> <IfModule mod_rewrite.c> RewriteCond %{HTTP_HOST} ^www.bisnetcolombia.com [NC] RewriteRule ^(.*)$ http://bisnet.com.co/$1 [R=301,L] </IfModule> <IfModule mod_rewrite.c> RewriteCond %{HTTP_HOST} ^www.bisnet.co [NC]