[users@httpd] Re: RewriteRule not working, 404 error obtained

2016-06-28 Thread thomas Armstrong
I fixed it. I modified "httpd.conf", replacing "AllowOverride None" with "AllowOverride All" within the "". On Tue, Jun 28, 2016 at 7:03 PM, thomas Armstrong wrote: > Hi. > > Using Apache/2.2.31, I created the following rule on my '.htaccess' file: > -- > RewriteEngine on > RewriteRule

[users@httpd] RewriteRule not working, 404 error obtained

2016-06-28 Thread thomas Armstrong
Hi. Using Apache/2.2.31, I created the following rule on my '.htaccess' file: -- RewriteEngine on RewriteRule ^([^/]+)/$ /do.php?label=$1 [L] -- However, when accessing 'http://foo.com/whatever/', I get a 404 error message. I've checked my error log and: --- [Mon Jun 27 11

Re: [users@httpd] Last-Modified header overridden

2016-06-28 Thread Luca Toscano
2016-06-27 14:52 GMT+02:00 Vacelet, Manuel : > > > On Mon, Jun 27, 2016 at 2:17 PM, Luca Toscano > wrote: > >> >> >> 2016-06-27 13:17 GMT+02:00 Vacelet, Manuel : >> >>> >>> >>> On Sat, Jun 25, 2016 at 11:00 AM, Luca Toscano >>> wrote: >>> 2016-06-24 17:26 GMT+02:00 Vacelet, Manuel