ericmckean / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

URI rewriting fails on Apache < 2.2 #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(via marcus.bointon wiki comment)

What steps will reproduce the problem?
1. Request /min/builder/ on Apache 2.0 with mod_rewrite enabled

Due to the use of the new 2.2 IfModule syntax, rewriting fails. Minify 
should use the older, still-supported syntax for the open tag:

<IfModule mod_rewrite.c>

Original issue reported on code.google.com by mrclay....@gmail.com on 17 Jun 2009 at 6:31

GoogleCodeExporter commented 9 years ago
It already does: 
http://code.google.com/p/minify/source/browse/tags/release_2.1.2/
min/.htaccess
Does it still fail for you on Apache 2.0?

Original comment by mrclay....@gmail.com on 30 Jun 2009 at 4:52

GoogleCodeExporter commented 9 years ago
I have a similar issue on ProxyPass, minify doesn't work with virtual addresses 
even
if local (ProxyPass to another server) it seems to work only on static + local 
links.
it would be nice if minify used PHP5 features for fetching the files 
dynamically.

Original comment by ramo...@gmail.com on 27 Nov 2009 at 9:21

GoogleCodeExporter commented 9 years ago
@ramonck: Feel free to create a new issue with a more thorough description of 
what 
you're trying to do, or better, send a message to the google group.

Original comment by mrclay....@gmail.com on 29 Nov 2009 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by mrclay....@gmail.com on 8 May 2010 at 7:43