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.
Answers
donot edit config-defaults.php edit config.php
give us a sample of the urls it is producing.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •