Skip to content

Commit

Permalink
Merge pull request #57 from akrherz/req
Browse files Browse the repository at this point in the history
update rewrite for new reality
  • Loading branch information
akrherz authored Jun 12, 2024
2 parents ef2bd9e + d99bd4c commit 9a2ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/depbackend.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Include /opt/iemwebfarm/config/vhost_common.conf
RewriteRule ^([0-9]{4})([01][0-9])([0-3][0-9])_([0-9]{4})([01][0-9])([0-3][0-9])_([0-9]+)_(.*).png$ mapper.py?year=$1&month=$2&day=$3&year2=$4&month2=$5&day2=$6&scenario=$7&v=$8 [QSA]
RewriteRule ^huc([0-9]{8,12})_([0-9]{4})([01][0-9])([0-3][0-9])_([0-9]{4})([01][0-9])([0-3][0-9])_([0-9]+)_(.*).png$ mapper.py?year=$2&month=$3&day=$4&year2=$5&month2=$6&day2=$7&scenario=$8&v=$9&huc=$1 [QSA]
RewriteRule ^([0-9]{8,12})_report.pdf$ huc12report.py?huc=$1 [QSA]
RewriteRule ^([0-9]{8})_([0-9]{8}).json$ huc12data.py?sdate=$1&edate=$2 [QSA]
RewriteRule ^([0-9]{4})([0-9]{2})([0-9]{2})_([0-9]{4})([0-9]{2})([0-9]{2}).json$ huc12data.py?sdate=$1-$2-$3&edate=$4-$5-$6 [QSA]
</Directory>

<Directory "/opt/depbackend/htdocs/geojson">
Expand Down

0 comments on commit 9a2ce36

Please sign in to comment.