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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...