Changed xxx to web.config

This commit is contained in:
Simon Sessingø
2017-08-23 22:09:55 +02:00
committed by GitHub
parent 6fb92d7cae
commit c7473938c5
+1 -1
View File
@@ -181,7 +181,7 @@ On IIS you have to add some lines your `web.config` file in the `public` folder
Below is an example of an working `web.config` file used by simple-php-router.
Simply create a new `web.config` file in your projects `public` directory and paste the contents below in your newly created file. This will redirect all requests to your `index.php` file (see Configuration section below). If the xxx file already exists, add the `<rewrite>` section inside the `<system.webServer>` branch.
Simply create a new `web.config` file in your projects `public` directory and paste the contents below in your newly created file. This will redirect all requests to your `index.php` file (see Configuration section below). If the `web.config` file already exists, add the `<rewrite>` section inside the `<system.webServer>` branch.
```
<?xml version="1.0" encoding="UTF-8"?>