Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to format my website domain to camel case. So if someone types mywebsite.com it would go to MyWebsite.com.
Here's what I have in the UrlRewriting.config, but I get an endless redirect loop.
<add name="wwwMove" redirectMode="Permanent" redirect="Domain" ignoreCase="true" rewriteUrlParameter="IncludeQueryStringForRewrite" virtualUrl="http://mywebsite.com/(.*)" destinationUrl="http://MyWebsite.com/$1" />-->
-Nate
Not sure why you would want to do that, the URL still remains the same.
But, perhaphs it is because you have: ignoreCase="true"?
Peter
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.
Continue discussion
Can't figure out to make my domain CamelCase
I'm trying to format my website domain to camel case. So if someone types mywebsite.com it would go to MyWebsite.com.
Here's what I have in the UrlRewriting.config, but I get an endless redirect loop.
-Nate
Not sure why you would want to do that, the URL still remains the same.
But, perhaphs it is because you have: ignoreCase="true"?
Peter
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.