Reply To: No response from server

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

#1624

Anti-Malware Admin
Key Master

Yes, there is no gotmls.js located in that directory, but there is a rewrite rule in the .htaccess file that is in that directory which should allow it to generate dynamic JavaScript content (not “image/gif” content).

Can you test something for me? Can you make a new file called test.php in that same directory and put this code in that file:
REQUEST_URI=
< ?php echo htmlspecialchars($_SERVER["REQUEST_URI"], ENT_QUOTES); ?>

Then call up that file in your browser and tell me what it says?