Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

installation question

Hi,

I am a newbie regarding the Vanilla Forum. Hope you can help with the following ...

I installed the Vanilla Forum application in a subfolder of my domain /forum.
However in the forum dashboard I always see : http://www.domain.com/domain.com/forum/

How I can I update this url to just http://www.domain.com/forum/ ?

Within ftp I installed the vanilla files here : /public_html/domain.com/forum/

What did I wrong during the installation?

Hope you can help.

Kind regards,
Marco.

Comments

  • This is an an occasional problem with some hosts.

    To fix this add to conf/config.php

    $Configuration['Garden']['WebRoot'] = 'domain.com/forum';
    $Configuration['Garden']['StripWebRoot'] = 'domain.com';
    

    grep is your friend.

  • x00x00 MVP
    edited November 2013

    really you host would better do it like so

    domain1.com/public_html/
    domain2.com/public_html/
    etc

    rather then the domains in the public_html which after all is the web root normally. You want separate web roots for each domain ideally.

    grep is your friend.

  • Thanks for the quick response. I updated the conf.php file but now it looks like all the css flies and so are not working properly :-(

    And yes I agree the host would be better set it up per domain ...

  • what does it say in network traffic / in the source for the paths of the css files?

    grep is your friend.

  • what is the url of the forum itself? I didn’t quite get you.

    grep is your friend.

  • @MvR said:
    but now it looks like all the css files and so are not working properly

    The website wants to pull yhe CSS from http://www.domain.com/domain.com/forum/

    Did you clear the website cache and the browser cache?

    Then check the HTML source for where the CSS gets pulled from. And check network tab for Chrome and FireFox, like x00 said

    There was an error rendering this rich post.

Sign In or Register to comment.