Scaffold icon indicating copy to clipboard operation
Scaffold copied to clipboard

AbsoluteUrls does not work when using VirtualDocumentRoot.

Open jide opened this issue 15 years ago • 0 comments

$_SERVER['DOCUMENT_ROOT'] returns an erroneous value when used on a server configured with the apache VirtualDocumentRoot directive.

I modified the AbsoluteUrls extension to make it work using a famous trick which can be found on https://issues.apache.org/bugzilla/show_bug.cgi?id=26052.

jide avatar Oct 01 '10 14:10 jide