Browse Source

Fix KXStudio: prefix redirect

pull/1/head
falkTX 11 years ago
parent
commit
0d7d41f6d3
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .htaccess
  2. +2
    -2
      Donations.php

+ 1
- 1
.htaccess View File

@@ -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


+ 2
- 2
Donations.php View File

@@ -83,8 +83,8 @@ if ($cur_percent > 100.0) {
</td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="notify_url" value="http://kxstudio.sourceforge.net/donate/ipn.php" />
<input type="hidden" name="return" value="http://kxstudio.sourceforge.net/donate/thankyou.php" />
<input type="hidden" name="notify_url" value="http://kxstudio.sourceforge.net/donate/ipn.php"/>
<input type="hidden" name="return" value="http://kxstudio.sourceforge.net/donate/thankyou.php"/>
<input type="hidden" name="rm" value="2"/>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_LG.gif" border="0" name="submit" alt="PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">


Loading…
Cancel
Save