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.
Vanilla URL structure
I tried to edit the .htaccess file on my cpanel account to let the URL structure as shown here:
http://vanillaforums.org/page/Controllers
I'm trying to get URL structure :
domain.com/discussion/whatever
but the problem is i'm getting is URL is stuck at :
domain.com/index.php=p/discussion
i tried to follow advice as per controller page and edited .htaccess but it's not working
how to set this up ?
http://vanillaforums.org/page/Controllers
I'm trying to get URL structure :
domain.com/discussion/whatever
but the problem is i'm getting is URL is stuck at :
domain.com/index.php=p/discussion
i tried to follow advice as per controller page and edited .htaccess but it's not working
how to set this up ?
0
Comments
$Configuration['Garden']['RewriteUrls'] = TRUE;
in your conf/config.php?how to change it now ?
Any help ?
Vanilla Forums COO [GitHub, Twitter, About.me]
Now you'll be surprised at the fix that i came up with for this issue. I copied the contents of config.php on notepad and saved on my desktop as "config.php". Then i deleted the cofig.php on server and uploaded the new file to server. It is working now. I think there is no way for me to edit the permissions for this file which is sad so this is the only fix.
Thanks for the help Tim and emkay.
I have to change discussion in "discussione": is it simple? Would I have some problems with the addons?