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.
Force Guest errors on enable
When this plug in is enabled on my installation, it tries to redirect to a domain/entry which returns a page not found error. Is there a variable in the file that I need to change?
1
Comments
If you're using friendly URL's or have vanilla in a different directory then you'll need to edit this line.
header('location:\entry');
I installed the Vanilla app in directory in a dir called
\websites\vanillaForum
This is the root dir for the website (windows IIS) The rest of the forum seems to work fine.
So if you aren't using friendly URLs (your vanilla URLs contain the index.php reference), then the entry URL should be 'index.php?/entry'
Easiest way to sort the problem is to navigate to your entry page using a browser and then copy the URL used to access it.
header('location:entry');
Thanks
Here thy it by your self: http://www.regalinspektion-software.de/forum/