Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Kees Nuyt
On Sun, 09 Nov 2014 01:22:36 -0500, you wrote: > Now my named virtual host is working correctly, I've another problem, > and I think this is an easy one. It's just a matter of what "flavor," > if you will, of the directive to use. > > On the site hosting the A-record for my server, the A-record ad

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Eric Covener
On Sun, Nov 9, 2014 at 1:22 AM, Steve Matzura wrote: > On the site hosting the A-record for my server, the A-record address > is what shows up in the address bar of a browser when I browse to the > URL of the named virtual host--i.e., I browse to > http://www.example.com but the address that shows

[users@httpd] rewrite and InputFilter DEFLATE

2014-11-09 Thread Tom Lobato
Hello! I`m digging with this problem for a while and couldn`t find references in lists or searches. In Apache 2.4.7 I`m using "InputFilter DEFLATE" to inflate gzipped requests (as documented in http://httpd.apache.org/docs/2.4/mod/mod_deflate.html#enable) and it works great. But a simple rewrite:

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Steve Matzura
On Sun, 9 Nov 2014 08:19:23 -0500, you wrote: >On Sun, Nov 9, 2014 at 1:22 AM, Steve Matzura wrote: >> On the site hosting the A-record for my server, the A-record address >> is what shows up in the address bar of a browser when I browse to the >> URL of the named virtual host--i.e., I browse to

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Eric Covener
On Sun, Nov 9, 2014 at 10:46 AM, Steve Matzura wrote: > It changes from the very first access request. Go to > http://www.equaleyesradio.com and see what I am talking about. None of > the links work because the person who provided the HTML didn't, but > that's another unrelated problem. The URL i

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Steve Matzura
Oh how strange. In Internet Explorer, you're right, but in Firefox, it shows the IP address. Wonder how *THAT* is. On Sun, 9 Nov 2014 11:09:05 -0500, you wrote: >On Sun, Nov 9, 2014 at 10:46 AM, Steve Matzura wrote: >> It changes from the very first access request. Go to >> http://www.equaleyes

Re: [users@httpd] Using mod_rewrite to control the browser address barWhat Controls What's in a Browser's Address Bar?

2014-11-09 Thread Kees Nuyt
On Sun, 09 Nov 2014 10:46:36 -0500, you wrote: > It changes from the very first access request. Go to > http://www.equaleyesradio.com and see what I am talking about. None of > the links work because the person who provided the HTML didn't, but > that's another unrelated problem. It doesn't chang

Re: [users@httpd] rewrite and InputFilter DEFLATE

2014-11-09 Thread Kees Nuyt
On Sun, 9 Nov 2014 11:04:33 -0300, you wrote: >Hello! > >I`m digging with this problem for a while and couldn`t find references >in lists or searches. > >In Apache 2.4.7 I`m using "InputFilter DEFLATE" to inflate gzipped >requests (as documented in >http://httpd.apache.org/docs/2.4/mod/mod_deflate