Skip to content

Base URL for activation

  • Please ensure the inc subfolder is not web accessible (you should get a 403 forbidden error if you try to access it with a web browser): it contains sensitive data and should be protected by the shipped .htaccess file (on Apache) or the web.config file (on Windows IIS).

Write down the public URL that allows access to the “xlspadlock-fskit” folder because we will use it later.

In our case, since we renamed the “xlspadlock-fskit” to “subscription”, it should be:

https://www.mywebsite.com/subscription

if you access your website at https://www.mywebsite.com

  • Now, we will test whether the URL rewriting works on your web server. Please open your web browser to visit the following URL:

https://www.mywebsite.com/subscription/dotest

Replace https://www.mywebsite.com by your own website URL.

You must see the following message:

Browser showing the URL rewriting test confirmation message from the dotest route

If not, this means that URL rewriting is not working as expected and the subscription kit will fail. Contact your webhost support to ask for help in order to enable URL rewriting.

Note for Apache users: some servers require you to specify the `RewriteBase` directive in the .htaccess file. In such cases, it should be the path (relative to the document root) containing this .htaccess file.