From 0d7d41f6d3ec89048462bc4a5a1f2100631ecc4f Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 13 Nov 2013 13:42:23 +0000 Subject: [PATCH] Fix KXStudio: prefix redirect --- .htaccess | 2 +- Donations.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 75394c1..47d9c54 100644 --- a/.htaccess +++ b/.htaccess @@ -13,7 +13,7 @@ Redirect 301 /claudia-launcher http://kxstudio.sourceforge.net/Applications: Redirect 301 /carla http://kxstudio.sourceforge.net/Applications:Carla Redirect 301 /carla-control http://kxstudio.sourceforge.net/Applications:Carla-Control -Redirect 301 ^/KXStudio:(.*) /$1 +RedirectMatch 301 ^/KXStudio:(.*)$ /$1 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f diff --git a/Donations.php b/Donations.php index 7097447..092c2ba 100755 --- a/Donations.php +++ b/Donations.php @@ -83,8 +83,8 @@ if ($cur_percent > 100.0) { - - + +