What is installed on my server?

To check what is installed on your server you can perform the following steps.
By creating an info.php file you can see what is activated on the server where your hosting package is running.


Creating an info.php file goes as follows:

1. Create a php file with the name info.php

2. Put it in the wwwroot folder of your space.

3. Insert the following code into the created php file:

<?php

phpinfo();

?>

4. After saving the file containing the php code open an internet page and visit the domain containing the info.php page.

That looks like this: www.uwdomeinnaam.nl/info.php

5. Now a page will come up where you can see what is installed/activated and for some things it also lists the version numbers.


Mod Rewrite is installed by default on our servers for both the web.config and .htacces.


If you have any questions about this, we ask that you create a ticket through the customer panel. For simple questions you can also check if the online chat is available to answer your question. On weekdays during office hours they are almost always present to answer your questions.