If you only want to rewrite for index.html:
# Options +FollowSymLinks
#
DirectoryIndex index.html
#
RewriteRule /index\.html /bin/view [R]
RewriteEngine on
RewriteRule
^/twiki/index\.html$ /twiki/bin/view/index.html [P,L]
Order
Allo
I tried to define the DocumentRoot using a UNC path on windows (such as
"\\remoteserver\sharename", instead of "Y:") and apache seems not to be
able to interpret it as a network shared drive. Any idea how to get this
to work?
Charles
-Original Message-
From: Boyle Owen [mailto:[EMAIL P
Hi,
I am working for a client who would like to group rewrite rules into
several virtual machines so it is logically clear and easy to maintain.
My question is:
1. is it something recommended or to be avoided?
2. what is the best way to do this if there is only one external
domain/IP? My unders
EMAIL PROTECTED] RE: case insensitive rewrite rules and nested
mapping
Chen, Charles wrote:
> here, "/NeWs" first mapped to all upper case "NEWS" and then used to
> lookup another map in which I have a line like this:
> # my text map file
>
> NEWS /some/other/url
Hi,
I need a case insensitive url rewrite such as
http://proxyhost/NeWs
would be rewritten to:
http://realserver/some/other/url
here, "/NeWs" first mapped to all upper case "NEWS"
and then used to lookup another map in which I have a line like this:
Hi, Apache Gurus,
We tried to run the apache as a service on window 2003
server and the doc root is a shared network drive. We read the doc and know
that localSystem user account can not be used for this configuration so we
created a new user, and configured the user as instructed in