prc-tools CVS: website jmarshall
Brought to you by:
jmarshall
|
From: John M. <jma...@us...> - 2004-07-18 15:03:34
|
CVSROOT: /cvsroot/prc-tools Module name: website Changes by: jmarshall 04/07/18 08:03:27 Modified files: htdocs/install : .htaccess Log message: The "redirect files in subdirectories to the download servers" redirect needs to not redirect files in "headers", which are for use with yum. Our approximation to this is to avoid redirection on subdirectories starting with "h" -- hopefully we'll never be interested in a package that starts with "h" :-). The "/*" is an alternative way to match extra directory separators, as might come from http://prc-tools.sf.net/install///setup.ini etc. |