1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1098 Views |
-
Relative paths for FormAction

28 January 2010 at 3:11am
Hello together,
I hope you can help me
I use a silverstripe installation on a german host provider, called strato.
In one page, I use a form, which works correct (www.website.de/Anmeldung).
The formattributes are "<form id="Form_Form" action="/anmeldung/Form" method="post" enctype="application/x-www-form-urlencoded">"
Now, I want to use SSL. Here, strato redirects the site to https://www.ssl-id.de/www.website.de/Anmeldung
The formattributes are "<form id="Form_Form" action="/www.website.de/anmeldung/Form" method="post" enctype="application/x-www-form-urlencoded">"Thus, the form action doesn't work, because of using relative paths in action.
Is there a possibility to change the path?
Best regards
robs
| 1098 Views | ||
|
Page:
1
|
Go to Top |

