Tony, On 5/16/07, Tony Harrison <[EMAIL PROTECTED]> wrote:
Hello, thanks for that, I didn't really understand it but this is what I've ended up with:RewriteRule !\.(js|ico|gif|jpg|png|css|php)$ subdomain/index.php RewriteCond %{HTTP_HOST} !sub.domain.com$ RewriteRule !\.(js|ico|gif|jpg|png|css|php)$ index.php This seems to work fine, can you tell me if there is a better way of doing it?
You could setup dedicated virtualhosts. Or maybe tell us. What exactly is the difference between domain.com and sub.domain.com? Design (= views) only? Or anything else underneath? Cheers, Till
