mga_ka_php Posted December 15, 2009 Share Posted December 15, 2009 how do i forward all domains and parked domains to www? we got 50 domains, 1 domain for the cpanel account then in the cpanel we got 49 parked domains. website is the same. Link to comment https://forums.phpfreaks.com/topic/185157-forward-to-www-parked-domains/ Share on other sites More sharing options...
mga_ka_php Posted December 15, 2009 Author Share Posted December 15, 2009 is this possible rewriteCond %{HTTP_HOST} ^(.*).com [NC] rewriteRule ^(.*)$ http://www.(.*).com/$1 [R=301,L] Link to comment https://forums.phpfreaks.com/topic/185157-forward-to-www-parked-domains/#findComment-977405 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.