We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce6289 commit b69d769Copy full SHA for b69d769
.htaccess.sample
@@ -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
-#
5
RewriteEngine on
6
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]
+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