If I create a new IIS Rewrite URL rule, will it cause any IIS Reset/downtime?
Hi thereIf I create a new IIS Rewrite URL rule, will it cause any IIS Reset/downtime?Thanks.
View ArticleURL Rewrite Help
Hey everyone, Been trying to for the life of me to do a URL rewrite for my SP2013 site and it seems like nothing I've tried is working properly. Probably because I don't full understand...
View ArticleFilterByTags doesn't work
I've got an outbound rule as shown below:<outboundRules><rule name="ChangeReferencesToOriginalUrl" patternSyntax="ExactMatch" preCondition="CheckContentType"><match filterByTags="None"...
View ArticleIIS 8.5 Redirect Help
Hi.Does anyone know of a service that is trusted where they can remotely help me solve a redirect issue I am having? Please let me know. Thanks!
View ArticleReverse proxy: specific case
Hello!I'm trying to create a reverse proxy on my Windows server 2012, with IIS8.There is some content on this URL: www.externalwebsite.com/content that I would like to display under my URL. My website...
View ArticleHow to rewrite http://server1/ to http://server2/ please?
Hi thereI am trying to use IIS Rewrite Module. How to rewrite so users who type http://server1/<AnyPath> are automatically taken to http://server2/<AnyPath> please? If someone could please...
View ArticleURL rewrite problem
Hello. I got the following problem: I have multiple objects with QR codes on them, the QR codes are containing a URL: example.com/x/y, where x and y represents numbers, no one QR code are the same....
View ArticleUrl rewrite problem ?
Good afternoon.I think I might have a url rewrite problem, but i`m not sure.The website is running fine on IIS 7 with multiple versions of PHP.On IIS 8 the website does run, but it throws an error:...
View ArticleDomain substitution
HiI have a domain (mydomain.com) wich is permanent redirected to a subdomain (subdomain.otherdomain.com). So when I type mydomain.com in a browser it shows subdomain.otherdomain.com.What I'm trying to...
View ArticleRename Subdomain while maintaining file path
Hello!I've been searching on how to do the following, but have yet to find something that works. I can't seem to rename the subdomain and maintain the file path. We have links sent to people for...
View ArticleHelp w/redirect SharePoint page to external site
I'm trying to redirect from a web page in sharepoint site to another page. I want once the users go to this page /pages/voice.aspx it should redirect them to google home page for example. This is my...
View ArticleHow to reference .js file when using Rewriting ?
I have got a pretty simple rule<rule name="Rewrite to Abogado.aspx"><match url="^Quienes_Somos/([0-9]+)/([_0-9a-z-]+)" /><action type="Rewrite" url="Abogado.aspx?Pe_Id={R:1}"...
View Article.htaccess rules to convert "URL Rewrite"
I have tried using import rules, but it is not possible. Thank you.RewriteCond %{HTTP_HOST} !^static\.doymer\.com$ RewriteCond %{REQUEST_URI} ^(.*)\.(png|jpg|gif|css|js)$ RedirectRule ^/(.*)$...
View ArticleRedirection issue : can not find where it's made
Hello,I have an IIS Redirection issue:when I type http://Domaine1/index.html, the URL becomes systematicallyhttps://Domaine2/index.html and I get the following error:Bad Gateway The proxy server...
View ArticleTrailing slash issue on aspx page after redirection
I recently setup redirection from http > https in IIS 8 on Server 2012 R2 but I keep getting the slash at the end such ashttps://FQDN/folder/folder/login.aspx/ and I have to delete it from the URL...
View ArticleStatic rewrite map not working
Hi :)I have a static rewrite map but I just cannot make it work The lines from the config file are as follows: <rewriteMaps> <rewriteMap name="olditemsetc">...
View ArticleRewrite reverse proxy plus subdirectory redirection
I'm a URL Rewrite N00b and am trying to accomplish the following:I'm using a standalone IIS instance with URL Rewrite to forward requests to a website behind the firewall. e.g....
View ArticleRedirect subite level & root
Hi, I am trying to create a rule in redirects.config that redirect from: subsite in domain A (with port number) to subsite to domain B, example:http://domainA:port/sites/site1...
View ArticleThe request failed with the error message:
After applying a cert to our Windows 2012R2 IIS 8.5/Web Applications we added URL Rewrite Module any web application to redirect any http port 80 request to http port 443.We're experiencing an error...
View ArticleError url rewrite subfolder in the site
I have a little problem when using url rewrite the code I use works on every page of the site, but does not work on foldersExampleIn the root folder of my site I have a file: projects.html And in the...
View Article