Re: [users@httpd] Sanity Checking mod_rewrite for Apache 2.2 on Ubuntu 12.04

2015-10-26 Thread Itamar Gal
following directives are required in the body of the virtual host: RewriteEngine On RewriteOptions Inherit Thanks again for your help! Cheers, Itamar On Mon, Oct 26, 2015 at 8:35 AM, Eric Covener wrote: > On Mon, Oct 26, 2015 at 9:15 AM, Itamar Gal wrote: > > /etc/apache2/conf.d

[users@httpd] Sanity Checking mod_rewrite for Apache 2.2 on Ubuntu 12.04

2015-10-26 Thread Itamar Gal
Hey Apache webmasters, Here's the tldr: I'm testing a simple catch-all rewrite rule. It doesn't seem to be taking effect, it's not being logged and I'm not getting any errors. Now here's the long version. I'm a junior-level Linux systems administrator trying to gain a better understanding of how