i tried the contact forms the first time, but when i click the send button, i always get a 404 Page with "File or directory not found".
Whats the problem with it?
Please help me

Felix
Oscar E wrote:In general it's not normal... I never seen this issue before.
And this template have so many years.
What is weird it redirect into https and your page have http
Can you send me via PM access to backend ?
$cur_url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
$cur_url = "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];