Totally Zenned
- Join Date:
- Nov 2007
- Location:
- Woodbine, Georgia, United States
- Posts:
- 4,278
- Plugin Contributions:
- 37
Ultimate SEO URLs
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.dhattgroup.co.nz$
RewriteCond %{REQUEST_URI} !^/dhattgroup/
RewriteRule ^(.*)$ /dhattgroup/$1
RewriteCond %{HTTP_HOST} ^www.supervalueflatbush.co.nz$
RewriteCond %{REQUEST_URI} !^/FlatbushSupervalue/
RewriteRule ^(.*)$ /FlatbushSupervalue/$1
RewriteCond %{HTTP_HOST} ^www.randhengineering.co.nz$
RewriteCond %{REQUEST_URI} !^/randhengineering/
RewriteRule ^(.*)$ /randhengineering/$1
RewriteCond %{HTTP_HOST} ^www.pacifikawholesale.co.nz$
RewriteCond %{REQUEST_URI} !^/pacifikawholesale/
RewriteRule ^(.*)$ /pacifikawholesale/$1
These statements should be in the htaccess for their individual sites.
The error you have I have seen in the past with relation to the Fast CGI configuration. Also, you should know it is a global setting and you could be seeing the error for another site in the log. This is a contact your web host to troubleshoot the server configuration problem.
~Melanie