Vanilla Is Not Getting Directed To ‘index.php’

edited June 2009 in Vanilla 1.0 Help
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?
Sign In or Register to comment.