Reply To: No response from server

Home Forums Support Forum No response from server Reply To: No response from server

#1629

Anti-Malware Admin
Key Master

That does seem to work as I expected, so I’m not really sure why the rewrite is not working correctly.

The next step would be to put this code in your test.php file:
< ?php
if (preg_match('|(.*?/gotmls\.js\?SESSION=0)|', GOTMLS_script_URI, $match))
print_r(array(GOTMLS_script_URI=>$match));
else
print GOTMLS_script_URI;
?>