diff .htaccess @ 219:88d6e1e48892

Reorder image directory and reduce .htaccess rules.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Sep 2020 15:44:43 +0900
parents d9294f3fa785
children
line wrap: on
line diff
--- a/.htaccess	Tue Sep 15 14:56:05 2020 +0900
+++ b/.htaccess	Tue Sep 15 15:44:43 2020 +0900
@@ -17,13 +17,6 @@
 
 RewriteBase /software/octave/
 
+RewriteRule ^contribute.html get-involved.html [L]
 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-4-0_screenshot_1600x900.png [L]
-
 RewriteRule ^doc/(.*)$ https://www.octave.org/doc/$1 [R=301,L]