Page 1 of 1

Using Bludit as Main and having subdomains

Posted: Sun Aug 25, 2019 5:42 pm
by momo
I am having a little problem, the htaccess of bludit overwrites every subdomain, anyone has a little solution to this?

Re: Using Bludit as Main and having subdomains

Posted: Sun Aug 25, 2019 10:00 pm
by Edi
You can exclude a directory (for example /test) with the following condition:

RewriteCond %{REQUEST_URI} !^/test/

https://stackoverflow.com/questions/407 ... wo-folders