Re: [users@httpd] rewrite rules - MS Edge VS Firefox

2018-11-27 Thread Jonathon Koyle
I've seen a lot of oddities from MS Edge. Any chance your 10.5.20.101 box is a virtual machine? I'm also assuming that the second RedirectMatch has a typo in the e-mail (a second '^'). On Tue, Nov 27, 2018 at 6:40 AM lejeczek wrote: > hi guys > > I have a few rewrite rules: > >ProxyPass

[users@httpd] rewrite rules - MS Edge VS Firefox

2018-11-27 Thread lejeczek
hi guys I have a few rewrite rules:   ProxyPass /SASStudio http://10.5.20.101/SASStudio   ProxyPassReverse  /SASStudio http://10.5.20.101/SASStudio   RedirectMatch permanent ^/SASStudio$ /SASStudio   ProxyPass /SASInformationCenter http://10.5.20.101/SASInformationCenter  

[users@httpd] Rewrite rules in .htaccess: Internal redirect loop

2016-04-15 Thread Thomas Ulrich
Hi everyone, I'm trying to track down a problem with rewrite rules. I have set up a WordPress multisite installation. In the root directory of this installation, there's a .htaccess file which contains some rewrite rules. I've copy&pasted the content of the .htaccess file to the bottom of this

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
Subject: RE: [users@httpd] Rewrite rules not working Hey Igor, Thanks for that. I've turned it on and I think I've identified the problem, however I still can't quite find a fix. In the logs if I am using my original condition/rule and use mysite.com.au/test I see the following: 1

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir /home/website/public_html/] rewrite '' -> 'http://www.mysite.com.au/' 10.1.1.1 - - [11/Feb/2013:11:44:57 +1100] [mysite.com.au/sid#b81d24f8][rid#b8478208/initial] (2) [perdir /home/website/public_html/] explicitly

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Igor Cicimov
icimov [mailto:icici...@gmail.com] > *Sent:* Friday, 8 February 2013 11:26 PM > *To:* users > *Subject:* Re: [users@httpd] Rewrite rules not working > > ** ** > > ** ** > > ** ** > > On Fri, Feb 8, 2013 at 10:51 AM, Andrew White < > and...@computersforall.com.

RE: [users@httpd] Rewrite rules not working

2013-02-10 Thread Andrew White
Andrew From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Friday, 8 February 2013 11:26 PM To: users Subject: Re: [users@httpd] Rewrite rules not working On Fri, Feb 8, 2013 at 10:51 AM, Andrew White mailto:and...@computersforall.com.au>> wrote: Hi all, I've been writing a rewrite rule to try

RE: [users@httpd] Rewrite rules working properly in the htaccess but no in the virtualhost

2011-10-19 Thread Eduard B
Yes! In a directory container it runs as desired! With this in each virtualhost there is a default robots.txt if the user don't put any robots. Thanks! > Date: Wed, 19 Oct 2011 07:49:21 -0400 > From: cove...@gmail.com > To: users@httpd.apache.org > Subject: Re: [users@htt

Re: [users@httpd] Rewrite rules working properly in the htaccess but no in the virtualhost

2011-10-19 Thread Eric Covener
On Wed, Oct 19, 2011 at 7:49 AM, Eric Covener wrote: > In vhost context, rewriting happens before aliases are resolved. > In htaccess context, it happens after. You can use in httpd.conf and get the later behavior. > > I don't understand your issue, but that seems to be the cause. > -- Eric

Re: [users@httpd] Rewrite rules working properly in the htaccess but no in the virtualhost

2011-10-19 Thread Eric Covener
In vhost context, rewriting happens before aliases are resolved. In htaccess context, it happens after. I don't understand your issue, but that seems to be the cause. - The official User-To-User support forum of the Apache HTTP S

[users@httpd] Rewrite rules working properly in the htaccess but no in the virtualhost

2011-10-19 Thread Eduard B
Hello, Im 'having problems with the following rewrite rules. If I put this rewrite rules on the .htaccess in the document root of the virtual hosts, the rules work properly showing a robots.txt if the user don't has one. But when I try to put the rules in the virtualhost it looks like I can't