[Plugin: Contact Form 7] Activating Permalink disables sending of form
-
I enabled Permalinks – %page-name% – now Contact Form 7 just sits and spins upon form sending. No email is received. Removing the permalink fixes the issue – BUT I want to use the permalink – is there another fix?
Info – URL = https://www.bcplus.com/contact-us
Atahualpa Theme – 3.7.1
Contact Form 7 – 3.0.1
Hosted on – IIS6
Permalink accomplished by wp-404-handler.php – Code =
<?php
$_SERVER[‘REQUEST_URI’] = substr($_SERVER[‘QUERY_STRING’], strpos($_SERVER[‘QUERY_STRING’], ‘:80’)+3);
$_SERVER[‘PATH_INFO’] = $_SERVER[‘REQUEST_URI’];
include(‘index.php’);
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Contact Form 7] Activating Permalink disables sending of form’ is closed to new replies.