Hi,
Is it possible to check with Rewrite, if an internal redirection has
been made to access the file?
Thanks
Regards.
rg'
Subject: RE: [users@httpd] internal redirect
According to the apache documentation for mod_alias
"First, all Redirects are processed before Aliases are processed, and
therefore a request that matches a Redirect or RedirectMatch will never
have Aliases applied."
Without the trailing
3:54 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] internal redirect
On Mon, 11 Apr 2011 14:26:49 -0700
wrote:
> I have a web server which provides web services at the url
> http://someplace:port/SERVICES/
If that's apache, you can provide services at your choice of URL
On Mon, 11 Apr 2011 14:26:49 -0700
wrote:
> I have a web server which provides web services at the url
> http://someplace:port/SERVICES/
If that's apache, you can provide services at your choice of URL,
with or without the slash.
> There is client software which [...]
Are you sure? Sounds bro
I have a web server which provides web services at the url
http://someplace:port/SERVICES/
There is client software which I don't have source code to which allow
you me to specify http://someplace:port.
However, this client will always send its web service posts to
http://someplace:port/SERVICES o