annotate .htaccess @ 135:6e120f63dd35

.htaccess: update for 4.2.1 release. This already was done manually on the online homepage.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sat, 19 Aug 2017 03:06:34 +0200
parents 10be8c498420
children 0dfc0d62f356
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 <FilesMatch "\.(in|m4)$">
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 Order allow,deny
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 Deny from all
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 </FilesMatch>
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 <FilesMatch "Makefile$">
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7 Order allow,deny
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
8 Deny from all
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9 </FilesMatch>
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 <FilesMatch "CVS">
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 Order allow,deny
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 Deny from all
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14 </FilesMatch>
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
15
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16 RewriteEngine on
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
17
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
18 RewriteBase /software/octave/
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
19
135
6e120f63dd35 .htaccess: update for 4.2.1 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 128
diff changeset
20 RewriteRule ^octave.pdf doc/octave-4.2.1.pdf [L]
116
fb7d6d6a5866 Link to current documentation.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 94
diff changeset
21 RewriteRule ^NEWS.html NEWS-4.2.html [L]
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
22 RewriteRule ^contribute.html get-involved.html [L]
128
10be8c498420 .htaccess: add symlink.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 116
diff changeset
23 RewriteRule ^img/screenshot.png img/screenshot-octave-4-2.png [L]
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
24
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
25 RewriteRule ^doc/interpreter$ doc/interpreter/ [R,L]
135
6e120f63dd35 .htaccess: update for 4.2.1 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 128
diff changeset
26 RewriteRule ^doc/interpreter/(.*) doc/v4.2.1/$1 [L]