
Originally Posted by
mailbeez
hi jeff,
yes, that will be the reason.
all you see in the popup is happening in the context of the storefront - the file mailhive.php is handling the output of the recipients, sending test emails etc.
so you need to investigate why the form post for sending the test email is re-routed.
when you right-click on the pop-up choose "this frame > open in new tab" or something like this. that allows better testing.
cord
Cord - Ok, so it looks like the ACTION value in your form is going to an .HTML page, is this correct?
Code:
<form name="test" action="http://www.mjmmagic.com/store/mailhive.php.html"
If so, I do have the following line in my .htaccess file:
RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
Do you by any chance know what exception or condition I could put into my .htaccess file to not redirect for your scripts?
Bookmarks