<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Modify Alfresco URL in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89302#M26749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All Alfresco Seniors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know if I able to change/modify my Alfresco default URL into specific name.&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://my_ip:8080/share/page" rel="nofollow noopener noreferrer"&gt;http://my_ip:8080/share/page&lt;/A&gt;&amp;nbsp;to &lt;A href="http://my_company_name.com" rel="nofollow noopener noreferrer"&gt;http://my_company_name.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this or not?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jun 2019 06:33:39 GMT</pubDate>
    <dc:creator>tommy_saputra</dc:creator>
    <dc:date>2019-06-14T06:33:39Z</dc:date>
    <item>
      <title>Modify Alfresco URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89302#M26749</link>
      <description>Dear All Alfresco Seniors,I'd like to know if I able to change/modify my Alfresco default URL into specific name.For example :http://my_ip:8080/share/page&amp;nbsp;to http://my_company_name.comCan I do this or not?Thanks in advance.</description>
      <pubDate>Fri, 14 Jun 2019 06:33:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89302#M26749</guid>
      <dc:creator>tommy_saputra</dc:creator>
      <dc:date>2019-06-14T06:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Alfresco URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89303#M26750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use HTTPd or Nginx to redirect user requests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jun 2019 20:18:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89303#M26750</guid>
      <dc:creator>ikaygorodov</dc:creator>
      <dc:date>2019-06-16T20:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Alfresco URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89304#M26751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can configure proxy using Apache or Nginx. You would have to make changes in the following properties&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;alfresco.host=&amp;lt;your domain name&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;alfresco.port=&amp;lt;your port&amp;gt;&lt;/P&gt;&lt;P&gt;share.host=&amp;lt;your domain name&amp;gt;&lt;/P&gt;&lt;P&gt;share.port=&amp;lt;your port&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;mentioned in tomcat/shared/classes/alfresco-global.properties file.&lt;/P&gt;&lt;P&gt;Refer&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.1/tasks/adminconsole-systemsettings.html" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/tasks/adminconsole-systemsettings.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kintu&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2019 04:21:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89304#M26751</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2019-06-17T04:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Alfresco URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89305#M26752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ilya Kaygorodov &amp;amp; Kintu Barot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already do this, but still not working. Do you guys have another option?&lt;BR /&gt;&lt;STRONG&gt;I changed&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;alfresco-global.properties file like &lt;B&gt;Kintu Barot&lt;/B&gt;‌ said, but for Nginx, I really don't understand about that.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #727174; "&gt;Can you show me an example please?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #727174; "&gt;Thanks in advance.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #727174; "&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #727174; "&gt;Tommy&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 03:44:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89305#M26752</guid>
      <dc:creator>tommy_saputra</dc:creator>
      <dc:date>2019-06-18T03:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Alfresco URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89306#M26753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can show you that with apache2.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ServerAdmin &lt;A href="mailto:serveradmin@site.com" rel="nofollow noopener noreferrer"&gt;serveradmin@domain.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ServerName &amp;lt;your domain.com&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;DocumentRoot /opt/alfresco-community/&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Directory /opt/alfresco-community&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AllowOverride all&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Options -Multiviews&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Directory&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ProxyPreserveHost On&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ProxyPass / http://localhost:8080/&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ProxyPassReverse / http://localhost:8080/&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ServerName&amp;nbsp;&amp;lt;your domain.com&amp;gt;&lt;BR /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can create this kind of entry under /etc/apache2/sites-available/&amp;lt;domainname&amp;gt;.conf&lt;/P&gt;&lt;P&gt;You have to enable this by running the following command.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;a2ensite &amp;lt;domainname&amp;gt;.conf&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Restart the apache2 service.&lt;/P&gt;&lt;P&gt;Note: you have to make changes like host and port in alfresco-global.properties also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kintu&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 04:22:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89306#M26753</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2019-06-18T04:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Alfresco URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89307#M26754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;B&gt;Kintu Barot&lt;/B&gt;‌ for your fast responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i'm afraid it'll be useless if modifying the apache's files because my alfresco has its own web server (tomcat).&lt;/P&gt;&lt;P&gt;And FYI the Alfresco version I've installed was "&lt;STRONG&gt;alfresco-community-installer-201707-linux-x64.bin&lt;/STRONG&gt;" that has its own web server.&lt;/P&gt;&lt;P&gt;Did I already install a wrong version of Alfresco?&lt;/P&gt;&lt;P&gt;Sorry for my bad English.&amp;nbsp;&lt;IMG src="https://connect.hyland.com/legacyfs/online/alfresco/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tommy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 05:02:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/modify-alfresco-url/m-p/89307#M26754</guid>
      <dc:creator>tommy_saputra</dc:creator>
      <dc:date>2019-06-18T05:02:05Z</dc:date>
    </item>
  </channel>
</rss>

