On Wed, 26 Apr 2006, Warhurst, SI (Spencer) wrote:
I'm currently wrestling with the set up of SSL on Apache (on Windows) and I have the
server up and running and accepting https connections etc. When I first connect to the
website from my browser (IE in this case) I get the warning regardi
On Fri, 21 Apr 2006, Darren Hall wrote:
This fixed my redirection for just this virtual
host. Do I need to repeat this in each virtual host on the server, or can I
put the redirect code in another location so it will apply to all virtual
hosts on this server?
RedirectMatch is allowed at the se
On Fri, 21 Apr 2006, Alexey Polyakov wrote:
Well, you always have mod_rewrite as a last resort.
I really hadn't considered to looking at mod_rewrite for access control,
but it is documented:
http://httpd.apache.org/docs/2.2/howto/access.html#rewrite
http://httpd.apache.org/docs/2.2/rewrite
On Fri, 21 Apr 2006, Darren Hall wrote:
[...]
The first rewrite adds a trailing slash to the url when requesting any
directory in the site (or anything that is not a document).
[...]
Given that you want the modified URL to appear in the browser, you need to
perform a redirect. A redirect with
On Fri, 21 Apr 2006, Alexey Polyakov wrote:
On 4/20/06, Hayles, S. <[EMAIL PROTECTED]> wrote:
Is there any better way to associate configuration with a single file?
...
looks like a better solution.
Thanks, I hadn't considered that. Not possible in .htaccess files, of
course.
Steven