Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Subdomain for my Vanilla Forum
I have a Vanilla Forum at " volvoxsoft.com/Forum "
Recently, i have added the subdomain " forum.volvoxsoft.com " pointing to the normal forum path.
Problem is that i loose the style/theme. Any idea was is going on?
1
Comments
If you choose
forum.volvoxsoft.com
you will need to update yourconf/settings.php
file with the correct URLs.You need to pick one URL for your forum to reside and redirect the other ones using HTTP 301 Redirect.
URLs and Filesystem paths are not treated the same. You need to configure your server to perform an HTTP 301 redirect on http://volvoxsoft.com/Forum -> http://forum.volvoxsoft.com/
After that, you need to update
/var/www/html/Forum/conf/settings.php
to reflect the URL change.