in reply to Physical location of a requested URI
note: we couldn't use the 'pwd' because we use this as a default in the apache config:use Apache; my $r = shift; my $uri = $ENV{REQUEST_URI}; my $path = $r->lookup_uri($uri)->filename;
DirectoryIndex index.html index.mpl /cgi-bin/listing.mplso pwd would be the cgi-bin directory and not the requested directory
udpate (broquaint): s|<(/)?pre>|<${1}code>|g
|
|---|