brainvisa / brainvisa.github.io

Source of BrainVISA developers site
2 stars 2 forks source link

PHP tables not generated for https://new.brainvisa.info/web-5.0/download.html #31

Closed sapetnioc closed 3 years ago

sapetnioc commented 3 years ago

The Apache rules to substitute the content of download.html by download.php is not working for https://new.brainvisa.info/web-5.0/download.html. But there are some links pointing to this versioned URL(from https://new.brainvisa.info/casa-distro-3.0/ for instance).

sapetnioc commented 3 years ago

Improved the URL substitution pattern in Apache:


RewriteRule "^web(-[^/]+)?/download\.html$"  "web/download.php" [L]