Posts

Showing posts with the label iis7

Redirect rule to new site still requires old site to be active

Redirect rule to new site still requires old site to be active - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Redirect rule to new site still requires old site to be active error on your web browser.  Problem : I have two websites being served on IIS 7.5 Windows Server 2008, with one site ( projects.com ) recently moved so that it now sits under the 2nd site ( mainsite.org ). This sub-site has numerous resources such as docs, PDFs, MP3s, PPts, etc..., which many sit...

IIS 7.0 HTTP Redirect not rolling back

IIS 7.0 HTTP Redirect not rolling back - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the IIS 7.0 HTTP Redirect not rolling back error on your web browser.  Problem : This is a very strange situation. We have a number of sites hosted on a IIS 7 webserver. We put in a redirect for one subdomain to go to another site. Because we only have one web.config file, it was trying to apply that change to all sites. Since this is not what was intended we rolled back the change by ...

Will http to https rewrite rule affect SEO ranking?

Will http to https rewrite rule affect SEO ranking? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Will http to https rewrite rule affect SEO ranking? error on your web browser.  Problem : I recently started serving all my pages over https instead of http. I did so using this rewrite rule: <rule name="force https" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="HTTPS" patte...

Is there a SEO benefit of a 'reverse canonical redirect' back to the 'friendly' URL?

Is there a SEO benefit of a 'reverse canonical redirect' back to the 'friendly' URL? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Is there a SEO benefit of a 'reverse canonical redirect' back to the 'friendly' URL? error on your web browser.  Problem : As far as I understand, you should have a single URL to access a given page on a website to prevent duplicate issues. With this in mind I have setup IIS7 Rewrite to point my friendly URL...

Redirect a URL to another URL with IIS 7.5

Redirect a URL to another URL with IIS 7.5 - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Redirect a URL to another URL with IIS 7.5 error on your web browser.  Problem : I have no idea why this isn't working. I've tried creating map rules and then rewriting and redirecting the URL. I've tried just redirecting it with a simple rewrite rule and no matter what, the only time I can get it to work is if I set the match URL to match this regex .* . I'm trying...

IIS7 webpage redirect question

Image
IIS7 webpage redirect question - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the IIS7 webpage redirect question error on your web browser.  Problem : Noob question here. I searched, but couldn't quite find anything that would explain how to do this. I'm using IIS7 on a 2 server web farm with traffic being load balanced to either of the two servers. I have a URL http://something./org that goes to page http://something.mydomain.com On this page there is a hyperlink ...

IIS 7: Masking real domain

IIS 7: Masking real domain - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the IIS 7: Masking real domain error on your web browser.  Problem : I have a website with 2 languages. website.local/fr and website.local/en How can I redirect: myfrweb.com to website.local/fr and myenweb.com to website.local/en keeping the myenweb.com or myfrweb.com in the navigation url? Because actually when I redirect myfrweb.com to website.local/fr, if I'm navigating to myfrweb.com, the...

How to redirect calls from http://svn.example.com to http://dev.example.com:8443?

How to redirect calls from http://svn.example.com to http://dev.example.com:8443? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the How to redirect calls from http://svn.example.com to http://dev.example.com:8443? error on your web browser.  Problem : How to redirect calls from http://svn.example.com to http://dev.example.com:8443 ? Should I be asking our Cisco networking guy to set this up (and if so, what do I tell him to do?), or should I be doing it directly from ...

Masking a redirection in IIS7

Masking a redirection in IIS7 - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Masking a redirection in IIS7 error on your web browser.  Problem : My tools: IIS7 1 x Windows 2008 Server IIS URL Rewrite Module 2 (installed) My requirement: Mask the redirection of www.bob.com to www.abc.com/bob/index.html - the end user should not see the www.abc.com The user should then be able to browse the website as normal. I have found references to installing AAR, however this s...