Hi,
I'm running a 1.3 server which uses VirtualDocumentRoot for mass
configured virtual hosting. It also uses mod_cgi to execute php.
I want to make a php script available to the virtual hosts but i do not
want the site owners to be able to get hold of the source code for it. I
planned to ge
Joshua Slive wrote:
On 1/26/06, Tom Turrisi <[EMAIL PROTECTED]> wrote:
Thanks for you reply. It's put me in the right direction but i'm still
having a problem working out the correct regex for what i need to do.
I don't know how to get the first and second characters o
RewriteEngine On
RewriteMap lowercase int:tolower
RewriteRule ^/dshop/(.*)$
/domains/<1>/<2>/${lowercase:%{SERVER_NAME}}/shop/$1
User nobody
Group sites
Tom
Joshua Slive wrote:
On 1/26/06, Tom Turrisi <[EMAIL PROTECTED]> wrote:
This works fine bu
.foo/dshop/foo.htm
Serves path: /domains/b/a/bar.foo/dshop/foo.htm
Thanks
Tom Turrisi
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsu