WebRoot and StripWebRoot?

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