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.
Vanilla Is Not Getting Directed To ‘index.php’
I am new to using Vanilla, I managed installing the application and everything seems to work fine. The URL looks like this http://forum.mydomain.net
I have edited the ‘.htaccess’ file with the following entry “DirectoryIndex index.php†and have placed it in the root folder.
conf/settings.php has the following entries.
$Configuration['COOKIE_DOMAIN'] = 'www.forum.mydomain.net';
$Configuration['COOKIE_PATH'] = '/forum/';
The issue I am facing is, when an ‘administrator’ or a ‘user’ signs-in to the Sign-In page, you are taken to the root directory ‘Index of /’ and sometimes you are taken to ‘people.php’ where it shows the following two options.
Option 01 - Click here to continue to the discussions. This has a link http://forum.mydomain.net and takes you to the to the root directory ‘Index of /’
Option 02 - Click here to continue to the categories. This works as it should, and it takes you to the category page.
I have searched through the forum, I am not sure if I have missed out anything. Could someone help me fix this for me, please?
0