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.
Best Answer
-
lupyo New
i finally found the solution.
It's just possible to create a folder "forum" in CI, and install vanilla into this folder. That's running.6
Answers
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.i finally found the solution.
It's just possible to create a folder "forum" in CI, and install vanilla into this folder. That's running.