In a php project I still have a htaccess file with the rewrite. I'd like to transfer htaccess in my new project so that rules out it was done before the rules of UrlRewriter.
When I tried to convert htaccess rules to iis and add to web.config section rewrites I received an error:
HTTP error 500.19 - Internal Server Error
The requested page cannot be accessed because of incorrect configuration data for the page.
export htaccess into umbraco project
I'm migrating my php project in the umbraco mvc project. In the new project I am using UrlRewriter:
In a php project I still have a htaccess file with the rewrite. I'd like to transfer htaccess in my new project so that rules out it was done before the rules of UrlRewriter.
When I tried to convert htaccess rules to iis and add to web.config section rewrites I received an error: HTTP error 500.19 - Internal Server Error The requested page cannot be accessed because of incorrect configuration data for the page.
Thanks
After I installed IIS URL Rewrite 2.0, the error 500.19 is gone. But if I add a rule in the web.config it doesn't work.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.