I've set up a rewrite rule to direct subdomains automatically to their
folder, as shown below:
<VirtualHost 216.40.195.62>
ServerName www.auz.it
<snip>
</snip>
AddType text/html .shtml
</VirtualHost>
I've got cgi to work with it however, it will not process any .htaccess files
for the subdomains, only working for the core domain auz.it and www.auz.it
(comes up with a "The page cannot be displayed" internet explorer error).
How can I get the re-written subdomains to process .htaccess files?
James Austin.