Tagged Questions
0
votes
0answers
3 views
How to add exception to Wordpress's web.conf [migrated]
I have a WordPress install on a Windows/IIS server.
But, WordPress's URL rewrite rule is preventing the redirect in a sub-directory from being executed. I tried adding a condition to WP's rule, but ...
1
vote
1answer
50 views
How to I remove auto generated frameset in IIS?
I have a website where a redirect has been setup to use a frameset.
For example. My main site is x-site.com There is a redirect setup somewhere so that xsite.com redirects to x-site.com, but it does ...
1
vote
1answer
374 views
IIS - HTTP Redirect all requests for one virtual directory to another
How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite ...
0
votes
0answers
46 views
Website migration is not working for all computers
We got 2 servers on same network, Server-A and Server-B.
On Server-A (widows server 2003), we have IIS 5.2 and our website was hosted on it few month ago (about 7-8 months).
We bought a new server, ...
1
vote
1answer
532 views
web.config to redirect except some given IPs
I'm looking for a web.config which is equivalent as the .htaccess file below.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REMOTE_HOST} !^123\.123\.123\.123
RewriteCond ...
0
votes
0answers
158 views
IIS 6 nested virtual directory redirection
We're running IIS 6 on a WinServer2k3 box and we're having some trouble with the following problem:
E-mails were sent out to users asking them to go to the following URL:
...
1
vote
1answer
178 views
Force SSL on IIS site with NT authentication
We recently implemented SSL on our reseller portal and have been receiving complaints about needing to log in twice. This is of course because they bookmarked the site before we had SSL so their ...
0
votes
2answers
444 views
Multiple Domains, SEO and redirections
I work for an ecommerce company which sells a core product, and am currently working on a site for a client. For this particular website, we've purchased a number of other domains (aside from the main ...
2
votes
3answers
308 views
routing or redirecting www.domain.com to domain.com with IIS
What's the safest, and most effective way of redirecting traffic from the www.domain.com to domain.com or vice versa with IIS?
1
vote
0answers
286 views
URL redirection to same domain on different server
We have existing domain on non-IIS server and now we have moved it to IIS server. Client want us to redirect the URL from existing server to new server with same domain name.
We will modify the ...
2
votes
1answer
867 views
Several sub domains pointing to one folder. Fasthosts problem
I have a ASP.net website e.g. www.website.com. The idea is that you will go to the URL 'yourname.website.com' and my site will request the name from the sub domain, process it and change the content ...
0
votes
1answer
38 views
Displaying the same page, no matter what URI
We have moved a webapplication and would like to display a message in the old IIS. Let's say that the application was in http://oldserver/appname/. How do I make sure that our moved.html is displayed ...
1
vote
2answers
167 views
Will search engines reindex a page that has been set to redirect on to a newer site page?
We were asked by a client to change a website so that any pages/Urls we were hosting on an older site would now redirect to a newer site hosted somewhere else and a different domain name to boot.
We ...