I\'ve got several sites: example.com, example1.com, and example2.com. All of them point to my server\'s /public_html fo
example.com
example1.com
example2.com
/public_html
You shouldn't be putting per-vhost configuration into .htaccess. Instead, put the config block in the VirtualHost block in the proper config file in /etc/apache/sites-enabled/*.
/etc/apache/sites-enabled/*