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.
404 when enabling friendly URLs on Vanilla2
I installed vanilla ok, but get 404 on all pages after enabling friendly URLs.
1) I have mod_rewrite installed and working (checked the phpinfo();)
2) I've changed the following lines:
file: conf/config-defaults.php
change: RewriteUrls to TRUE instead of FALSE
3) HTACCESS is in place and has the default data
4) installed under subdomain and I can access the homepage (but not the other pages)
What else should I do to make the forum work?
Thanks in advance.
Tagged:
0
Answers
donot edit config-defaults.php edit config.php
give us a sample of the urls it is producing.
grep is your friend.
I found the problem. I need to edit the default sites 000-default file and put all instead of deny. That allowed the root folder .htaccess to be accepted. Thanks.