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) { - - + +