I have three different domains for a restaurant web site. One part of website is in English, one in Finnish and one in Chinese. Language related parts are published on their own subfolders on one single virtual server account.
I have three domains: .fi, .com and .cn. Traffic is re-directed to proper language spesific subfolder depending on domain chosen. However I need/want to hide that subfolder on url-path.
Everything is working just fine expect when working with one feedback form. Please feel free to try the form yourself to see the problem live.
You can see the problem by trying the form with long address
http://www.wokkipannu.fi/finnish/yhteystiedot.php (this is working, even the form processor). However using address which also should function
http://www.wokkipannu.fi/yhteystiedot.php, the form resets after submitting and do not transfer to thank you -page like in first case.
There must be some rewrite-relate problem. Code from .htaccess is attached below.