view .htaccess @ 144:c4e2b01e2df5

Update Octave screenshot (bug #53432). See https://savannah.gnu.org/bugs/?53432.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 23 Mar 2018 23:23:35 +0100
parents 1d62ce9ef4d6
children d9294f3fa785
line wrap: on
line source

<FilesMatch "\.(in|m4)$">
  Order allow,deny
  Deny from all
</FilesMatch>

<FilesMatch "Makefile$">
  Order allow,deny
  Deny from all
</FilesMatch>

<FilesMatch "CVS">
  Order allow,deny
  Deny from all
</FilesMatch>

RewriteEngine on

RewriteBase /software/octave/

RewriteRule ^octave.pdf https://www.octave.org/octave.pdf [R=301,L]

RewriteRule ^NEWS.html NEWS-4.2.html [L]
RewriteRule ^contribute.html get-involved.html [L]

# The screenshot URL below is a permalink to a png-file of **exact**
# dimension 1600x900 pixel, see https://savannah.gnu.org/bugs/?53432.
RewriteRule ^img/screenshot.png img/GNU_Octave_4-2-2_screenshot_1600x900.png [L]

RewriteRule ^doc/(.*)$ https://www.octave.org/doc/$1 [R=301,L]