<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged url-rewrite</title>
<link>https://overflow.efficy.io/?qa=tag/url-rewrite</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to avoid extranet to use CRM rewriting</title>
<link>https://overflow.efficy.io/?qa=5408/how-to-avoid-extranet-to-use-crm-rewriting</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I recently received this question.&lt;br&gt;
How can we avoid &lt;a rel=&quot;nofollow&quot; href=&quot;https://extranet.domain.com/crm&quot;&gt;https://extranet.domain.com/crm&lt;/a&gt; to be accessible while having an Efficy installation on the same folder (Efficy is using &lt;a rel=&quot;nofollow&quot; href=&quot;https://efficy.domain.com/crm)&quot;&gt;https://efficy.domain.com/crm)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can simply add a blocking request rule&lt;br&gt;
&lt;em&gt;Requested url: &quot;matches the pattern&quot; &lt;br&gt;
Using: &quot;Exact Match&quot; &lt;br&gt;
Pattern: &quot;crm/&quot; or &quot;^crm&quot; if you prefer using regular expressions&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Warning, this rule will need to be above the regular crm rewriting rule&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You'll also need to add a condition &lt;br&gt;
input :{HTTP_HOST}&lt;br&gt;
&quot;Does not matches the pattern&quot;&lt;br&gt;
Pattern: extranet.domain.com&lt;/p&gt;

&lt;p&gt;If you want to allow it only for one website, use &quot;matches the pattern&quot; and your URL&lt;br&gt;
(in this example efficy.domain.com)&lt;/p&gt;

&lt;p&gt;Hope it can help some of you :-)&lt;/p&gt;

&lt;p&gt;Yannick&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5408/how-to-avoid-extranet-to-use-crm-rewriting</guid>
<pubDate>Fri, 24 Apr 2020 03:45:56 +0000</pubDate>
</item>
<item>
<title>Efficy 11 install -  &quot;X_EFFICY_APP&quot; is not allowed to be set.</title>
<link>https://overflow.efficy.io/?qa=4147/efficy-11-install-xefficyapp-is-not-allowed-to-be-set</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I've installed Efficy 11.2&lt;br&gt;
I receive this error when i try to use efficy url (efficy, conficy, console, ...)&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;HTTP Error 500.50 - URL Rewrite Module Error. The server variable&lt;br&gt;
  &quot;&lt;code&gt;X_EFFICY_APP&lt;/code&gt;&quot; is not allowed to be set. Add the server variable name&lt;br&gt;
  to the allowed server variable list.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I didn't fint where is the problem ?&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4147/efficy-11-install-xefficyapp-is-not-allowed-to-be-set</guid>
<pubDate>Wed, 24 Apr 2019 12:05:01 +0000</pubDate>
</item>
<item>
<title>Cannot install IIS URL rewrite 2 Module</title>
<link>https://overflow.efficy.io/?qa=4143/cannot-install-iis-url-rewrite-2-module</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;It seems that the link in the &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/admin/inst_configurehigherversions&quot;&gt;Efficy install doc&lt;/a&gt; to the &lt;em&gt;&quot;url rewrite module 2&quot;&lt;/em&gt; is not the good one for a Windows 10.&lt;/p&gt;

&lt;p&gt;It generate the following Error on install &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;iis version 7 or greater is required to install iis url rewrite module 2&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I found &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.iis.net/downloads/microsoft/url-rewrite&quot;&gt;this one&lt;/a&gt; after a google search, i will try it and let you know if it's working.&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4143/cannot-install-iis-url-rewrite-2-module</guid>
<pubDate>Wed, 24 Apr 2019 09:57:38 +0000</pubDate>
</item>
<item>
<title>URL rewrite rule for old (Efficy 10) links</title>
<link>https://overflow.efficy.io/?qa=3473/url-rewrite-rule-for-old-efficy-10-links</link>
<description>&lt;p&gt;How can I format a URL rewrite rule in IIS for old links:&lt;br&gt;
so to redirect/rewrite links in the form of&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View%28%27Acti%27,433479%29&amp;amp;close=T&quot;&gt;efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View('Acti',433479)&amp;amp;close=T&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;into&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://efficy.dll/crm/dialog?page=remote/DialogOperation&amp;amp;action=View;Acti;433479&amp;amp;close=T&quot;&gt;efficy.dll/crm/dialog?page=remote/DialogOperation&amp;amp;action=View;Acti;433479&amp;amp;close=T&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I tried to add a rule like&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;rule name=&quot;efficy 10 links&quot; enabled=&quot;true&quot; stopProcessing=&quot;true&quot;&amp;gt;
    &amp;lt;match url=&quot;efficy\.dll\/dialog\?page=remote\/DialogOperation&amp;amp;action=View\('(.+)',([0-9a-z]+)\)&amp;amp;close=T$&quot; /&amp;gt;
    &amp;lt;conditions logicalGrouping=&quot;MatchAll&quot; trackAllCaptures=&quot;false&quot; /&amp;gt;
    &amp;lt;action type=&quot;Redirect&quot; url=&quot;efficy.dll/crm/dialog?page=remote/DialogOperation&amp;amp;action=view;{R:1};{R:2}&amp;amp;close=T&quot; appendQueryString=&quot;false&quot; logRewrittenUrl=&quot;true&quot; /&amp;gt;
&amp;lt;/rule&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;but it doesn't seem to trigger the rule.&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3473/url-rewrite-rule-for-old-efficy-10-links</guid>
<pubDate>Mon, 20 Aug 2018 13:41:32 +0000</pubDate>
</item>
<item>
<title>Automatic URL redirect to the right custom folder</title>
<link>https://overflow.efficy.io/?qa=3416/automatic-url-redirect-to-the-right-custom-folder</link>
<description>&lt;p&gt;I would like to automatically redirect users from our base weburl efficy.example.nl to the right custom code. &lt;/p&gt;

&lt;p&gt;So normally it already redirects to &lt;em&gt;efficy.example.nl/crm/home?PAGE=pages/logon.htm&amp;amp;custombase=&lt;strong&gt;default&lt;/strong&gt;&amp;amp;filebase=efficy&amp;amp;database=Efficy&lt;/em&gt;, but now I want to change this to &lt;/p&gt;

&lt;p&gt;&lt;em&gt;efficy.example.nl/crm/home?PAGE=pages/logon.htm&amp;amp;custombase=&lt;strong&gt;custom_prod&lt;/strong&gt;&amp;amp;filebase=efficy&amp;amp;database=Efficy&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Since Efficy11 I'm not sure how to set these redirect settings. I tried a lot, but until now without result.&lt;/p&gt;

&lt;p&gt;Thanks for your help!&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3416/automatic-url-redirect-to-the-right-custom-folder</guid>
<pubDate>Tue, 24 Jul 2018 12:21:52 +0000</pubDate>
</item>
</channel>
</rss>