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.
WebRoot and StripWebRoot?
x00
MVP
Complete feature?
I might request it. I like to keep the forum in a folder and redirect via .htaccess so the root is not cluttered.
Looking at class.request.php at one point you refer to
but at another point it is
I might request it. I like to keep the forum in a folder and redirect via .htaccess so the root is not cluttered.
Looking at class.request.php at one point you refer to
$this->_EnvironmentElement('ConfigStrips', Gdn::Config('Garden.StripWebRoot', FALSE));
but at another point it is
$RemoveWebRootConfig = $this->_EnvironmentElement('ConfigStripUrls');
grep is your friend.
Tagged:
0