yet another problem
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 08:48:59 +0000 (08:48 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 08:48:59 +0000 (08:48 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@912 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/.htaccess
templates/payment/index.tpl

index 64297ef..3753de7 100644 (file)
@@ -1,7 +1,7 @@
 Options +FollowSymLinks
 RewriteEngine on
 
-RewriteBase /
+RewriteBase /~x2000habouzit
 
 # Rewrite URLs of the form 'index.php?q=x':
 RewriteCond %{REQUEST_FILENAME} !-f
index dd4c34d..0fccf8c 100644 (file)
@@ -89,7 +89,7 @@ function payment_submit(form)
 {
     form.op.value = 'select';
     form.montant.value = 0;
-    form.action = form.action + '/' + form.ref.value;
+    form.action = 'payment/' + form.ref.value;
     form.submit();
 }
 {/literal}