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 Vanilla forum with Codeigniter ?

Hello everybody, i am french, so excuse my bad english...

i am creating a website with codeigniter framework and i would like to use Vanilla for the forum.
I think make this for the installation :

www.mydomain.dev/site => path where i will install the codeigniter system.
www.mydomain.dev/forum =>path where i will install the vanilla system.

But i would like "www.mydomain.dev" redirect to www.mydomain.dev/site, so i think there are may be a problem.

Do you think it's possible to install Vanilla forum directly in codeigniter ?
exemple :
www.mydomain.dev/=> path where i will install the codeigniter system.
www.mydomain.dev/forum => path where i will install the codeigniter system.

Tagged:

Best Answer

Answers

  • LincLinc Detroit Admin

    It's possible, yes. It'd require modifying your server routing. If you're using Apache, you can do this via the provided .htaccess file using the inline notes. If you're using nginx, you'd need to modify your configuration appropriately.

Sign In or Register to comment.