after clicking allow Server Error 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
markium
You do not have URL Rewriting enabled on your webserver. If it is then it’s not allowed; you simply need to add “AllowOverride All” to your site config. You can google steps on how to enable and allow url rewriting for your specific setup.
Cheers.
KevinTheJedi im using IIS, what forder do I have to AllowOverride All?
Ah, on IIS it’s different. You have to install the URL Rewrite module first. Then you can verify it’s enabled and working by going to the site in the site tree in IIS manager and double clicking the URL Rewrite icon and making sure you see rules pre-populated. If you don’t know how to install the URL Rewrite module then there are plenty of guides online; like this one.
thanks, all done - URL rewrite and curl cert fixed our problem