Now test your newly configured website.
For testing purposes, make the website domain name resolve to the Web Security Manager IP address for example by adding the IP address and domain name to the hosts file on your PC.
In a new browser page (or tab) enter the address of the website you configured.
You should see the home page of the website and it should be served by Web Security Manager.
To check that Web Security Manager is serving the content, enter an URL that will match an attack signature. To match the path traversal signature (for instance) append the parameter print=../../../etc/somefile to a page.
http://demosite.mydomain.com/testpage.php?print=../../../etc/somefile
If the page is served through Web Security Manager you will get:
If the above is not displayed, please restart your browser and / or flush your DNS cache by running cmd.exe (on your PC) and enter ipconfig /flushdns. Then try the request again.