I have this NGINX config:
location / {
rewrite ^.* /index.php;
}
error_page 404 /index.php;
and I want to use this in IIS? How would I do so? I have tried messing with web.config and the IIS REwrite tool but I just get error 500 :(
Hey.
So far, I've restarted the server and now CloudFlare is giving 502 error which is I think from web.config file, because:
I have no clue why it did this. It was working well before.
That happened when I've restarted the VPS.
Yeah, I've tried googling and come up with this, but it...