Skip to content

Commit b69d769

Browse files
committed
Update .htaccess.sample to current state
1 parent dce6289 commit b69d769

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.htaccess.sample

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
RedirectMatch 301 ^/css/$ http://neverball.org/
2-
RedirectMatch 301 ^/images/$ http://neverball.org/
3-
RedirectMatch 301 ^/includes/$ http://neverball.org/
4-
#
51
RewriteEngine on
62

7-
RewriteRule ^neverball-([0-9]+)\.([0-9]+)\.([0-9]+)(\.tar\.gz|-setup\.exe|\.dmg)$ includes/getdownload.php?fileName=neverball-$1.$2.$3$4&dlSuffix=$4 [NC,L]
3+
RewriteRule /neverball-([0-9]+)\.([0-9]+)\.([0-9]+)(\.tar\.gz|-setup\.exe|\.dmg)$ /includes/getdownload.php?fileName=neverball-$1.$2.$3$4&dlSuffix=$4 [NC,L]

0 commit comments

Comments
 (0)