I’m trying to update my .htaccess file so that when I go to mint.mydomain.com, i will see my mint install.
here is what I have:
RewriteCond %{HTTP_HOST} mint.mydomain.com
RewriteCond %{REQUEST_URI} !mint/
RewriteRule ^(.*)$ mint/$1 [L]
it works, except that it can’t seem to find the css file.. any suggestions!?!