Also, change this setting in UmbracoSettings.config:
<requestHandler>
<!-- this will add a trailing slash (/) to urls when in directory url mode -->
<addTrailingSlash>false</addTrailingSlash>
</requestHandler>
Can you confirm that you have the double quotes or single quotes in the URL? Because When ever we use the double quotes in URL the browser will show Server Error in '/' Application.
Illegal characters in path.
But in the both cases the above rule you can use. :)
URL web.config special symbol redirection
I also have some queries about the web.config redirection
i need to redirect
www.abc.com.au/"
to
www.abc.com.au
Hi Steve
Add this rewrite rule:
/Alex
Also, change this setting in UmbracoSettings.config:
Actually i need a particular rule for the (") Quote redirect to the root page
Please suggest me the best solution. the above is not working.
Try this:
Hi Steve,
Can You please try the following rule:
Can you confirm that you have the double quotes or single quotes in the URL? Because When ever we use the double quotes in URL the browser will show
Server Error in '/' Application. Illegal characters in path.
But in the both cases the above rule you can use. :)
{ Sumesh KP }
is working on a reply...