Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-29 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/29/2015 02:08 AM, Zimmi wrote: > I would say the problem now is that your rewrite in .htaccess > *overrides *the rewrite in the Directory section of the VHost. > Yes, that was it. You are very sharp. Thank you! I moved the rewrite from vhost

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-29 Thread Zimmi
Le 29.06.2015 03:18, James Moe a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/28/2015 03:02 PM, Zimmi wrote: There are in your .htaccess file 2 instructions "RewriteEngine": the first states "on", the second states "off". They are around your rewrite rules, so I try to guess that

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/28/2015 03:02 PM, Zimmi wrote: > There are in your .htaccess file 2 instructions "RewriteEngine": > the first states "on", the second states "off". They are around > your rewrite rules, so I try to guess that you meant to switch the > rewrite en

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread Kurtis Rader
On Sun, Jun 28, 2015 at 3:02 PM, Zimmi wrote: > There are in your .htaccess file 2 instructions "RewriteEngine": the first > states "on", the second states "off". They are around your rewrite rules, > so I try to guess that you meant to switch the rewrite engine on, do the > rewrite, and then sw

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread Zimmi
Hi, There are in your .htaccess file 2 instructions "RewriteEngine": the first states "on", the second states "off". They are around your rewrite rules, so I try to guess that you meant to switch the rewrite engine on, do the rewrite, and then switch it off. But, afaik the last instruction wi

[users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread James Moe
Hello, httpd v2.4.10 linux v3.16.7-21-desktop x86_64 I am consolidating a discussion started in message "ReDirect question". The issue there is that mod_rewrite is simply ignored. Below are the contents of .htaccess and vhost. In both .htaccess and vhost the Rewrite* directive are simply i