Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
[SOLVED] Vanilla rewrite urls "forum settings" doesn't work
Hi Everyone,
I've installed the forum, amended the config and uploaded .htaccess. Everything's working great but...
All the links within the Dashboard area under the Forum Settings heading (categories, spam, advanced) don't. They instead go to www.domain.com/vanilla/settings/advanced etc although my forum is installed within the root of the domain.
When manually removing the 'vanilla' directory from the link in still doesn't work. I get a "Page not found - The page you were looking for could not be found." Error.
Any ideas how to get these last three links working?
Thanks!
I've installed the forum, amended the config and uploaded .htaccess. Everything's working great but...
All the links within the Dashboard area under the Forum Settings heading (categories, spam, advanced) don't. They instead go to www.domain.com/vanilla/settings/advanced etc although my forum is installed within the root of the domain.
When manually removing the 'vanilla' directory from the link in still doesn't work. I get a "Page not found - The page you were looking for could not be found." Error.
Any ideas how to get these last three links working?
Thanks!
Tagged:
0
This discussion has been closed.
Comments
If you have the possibility to look in all your files (with a text editor), look for the vanilla directories, maybe some are hardcoded.
There was an error rendering this rich post.
There shouldn't be any hard-coded directories.
Have you got any other ideas?
$Configuration['Garden']['RewriteUrls'] = TRUE;
So that it reads TRUE.
Must have been the .ini files. Thanks Lincoln & UnderDog!