just need help with 1 thing:
I alreday have a few subdomains that i made manually before doing the new way of doing it...
but the installation of the multiforums mod requires this code in the htaccess file:
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com$ [NC]
RewriteCond %{HTTP_HOST} ^(www\.)?([^\.]+)\.yourdomain\.com$ [NC]
RewriteRule (.*) /mybb/$1 [L]
but if i put it in the testing forum i created works fine...but the previous manual forums get a 404. if i remove the code the old forums work but the new ones dont.
since there are only lke 3 old forums i need to preserve how to i manually exclude the following subdomains from the above htaccess modifications (so that both new and old forums work)...
the following subdomains need to be manually kept:
ciaragfx.shovehost.com
forum.shovehost.com
test.shovehost.com
coasterfreck.shovehost.com
techsquad.shovehost.com
that is all...
how do i do that?
TYVM for the help everyone!
I alreday have a few subdomains that i made manually before doing the new way of doing it...
but the installation of the multiforums mod requires this code in the htaccess file:
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com$ [NC]
RewriteCond %{HTTP_HOST} ^(www\.)?([^\.]+)\.yourdomain\.com$ [NC]
RewriteRule (.*) /mybb/$1 [L]
but if i put it in the testing forum i created works fine...but the previous manual forums get a 404. if i remove the code the old forums work but the new ones dont.
since there are only lke 3 old forums i need to preserve how to i manually exclude the following subdomains from the above htaccess modifications (so that both new and old forums work)...
the following subdomains need to be manually kept:
ciaragfx.shovehost.com
forum.shovehost.com
test.shovehost.com
coasterfreck.shovehost.com
techsquad.shovehost.com
that is all...
how do i do that?
TYVM for the help everyone!