About 526,000 results
Open links in new tab
  1. IIS rewrite rule to redirect specific domain url to different url on ...

    Feb 10, 2017 · I did not want this rule redirecting the other domains. url1 would be replaced by the starting segment (sub dir) you wanted to redirect. The condition was for a specific domain.

  2. Redirect website but keep the original url in the address bar

    I have a local domain name .dz which doesn't allow DNS changes, I want to redirect the domain and all the pages to another domain .com, and keep the .dz address in the address bar and …

  3. Using DNS to redirect to another URL with a path [closed]

    Feb 25, 2012 · It's an open source redirect solution that allows you to redirect your domain just changing your DNS settings. Link of the project: https://redirect.center/. To redirect …

  4. How do I redirect a domain to a specific "landing page"?

    Nov 8, 2013 · Most likely your web host supports the redirection for you using a 301 Redirect HTTP response. Check out your web host and see if they offer a directory redirection (I know …

  5. IIS using (URL Rewrite) to Redirect to another domain

    Jul 20, 2020 · IIS using (URL Rewrite) to Redirect to another domain Asked 5 years, 4 months ago Modified 5 years, 4 months ago Viewed 5k times

  6. Setting up URL Rewrite rule for a specific domain

    Mar 24, 2017 · The match on any URL makes sure the conditions are checked, and the HTTP_HOST server variable seems the most reliable way of checking the requested …

  7. How to redirect one HTML page to another on load

    Learn how to redirect an HTML page to another on load using JavaScript, meta tags, or server-side techniques.

  8. Azure Website 301 Redirect - Where Do I Put It? - Stack Overflow

    You can use URL rewriting to create rules to rewrite one URL to another. Instructions: Create a website in Windows Azure. In the Scale section, select a web site mode of Shared or Standard …

  9. Redirect non-www to www in .htaccess - Stack Overflow

    Aug 21, 2012 · 307 URL Redirection but demanding to keep the type of request as initially sent. You can still use the code 302 (non-permanent redirection) although it is considered ambiguous.

  10. Redirect a subdomain to a specific url using DNS

    Jul 17, 2018 · You can not do this with DNS. DNS is used to map domain names to IP address (es). It can not resolve a domain to a specific URI.