Tagged Questions
2
votes
2answers
2k views
How to redirect pages during the maintenance to home page?
I have IIS 7 website.
I need to redirect users during maintenance time to home page from other sub pages within site.
for example
if user request http://www.mysite.com/products/234
I need system ...
1
vote
1answer
152 views
Temporary redirect to another website
I'm thinking during maintenance time at my website instead of showing "Maintenance Page" redirect to the same idea site. It takes some time up to 1 hour
And I'm thinking to use temporary redirect.
...
2
votes
1answer
181 views
Is there a SEO benefit of a 'reverse canonical redirect' back to the 'friendly' URL?
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 URLs to my .aspx ...
1
vote
2answers
3k views
How to redirect domain.com to www.domain.com with DNS and IIS?
How can I redirect example.com to www.example.com using DNS / IIS? I wish to do this for an asp.net web site to prevent duplicate contents (Bad for SEO).
I had 2 a record in dns (Windows Server ...