You must delete your .htaccess and make a web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1">
<match url="^(|/)$" ignoreCase="false" />...
Alright, So, I'm trying to make something for testing purposes on my computer, and I'm using IIS. I'm getting this Error.
How can I fix this? I think it has something to do with PHP. but I'm not sure.