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.
new access causes page not found, old doesn't fix ?p= links
FabulousPanda
New
Hi, with a fresh install of vanilla on a new server Ubuntu 16.04 the old htaccess file allows the home page to load but the individual posts are still using the old link format with ?p= but when I change to the new htaccess all the pages are 404ing, what should I try to fix this? When I run with debug on the only warning is Gdn_PluginManager::registerHandler is deprecated. Thanks in advance.
0
Comments
Use the htaccess file that works for you and add $Configuration['Garden']['RewriteUrls'] = true; to your /conf/config.php
Thanks! That seems to be working for me with the htaccess from 2.3 after deleting the cached files (the dashboard was inaccessible prior to removing them)