<?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 It also needs to replace URL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424430#M204657</link>
    <description>&lt;A href="http://schedremote.tor.ca/citrix/metaframexp/wie" target="_blank"&gt;http://schedremote.tor.ca/citrix/metaframexp/wie&lt;/A&gt; &lt;BR /&gt;I don't want to have to keep typing the long URL in the browser.  I just want to be able to type &lt;A href="http://mfxptor.tor.ca" target="_blank"&gt;http://mfxptor.tor.ca&lt;/A&gt;  which replaces the above.  Can this be done?&lt;BR /&gt;&lt;BR /&gt;How to define DNS i mean how add the entry in data file</description>
    <pubDate>Wed, 17 Nov 2004 15:18:12 GMT</pubDate>
    <dc:creator>Asif_8</dc:creator>
    <dc:date>2004-11-17T15:18:12Z</dc:date>
    <item>
      <title>It also needs to replace URL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424430#M204657</link>
      <description>&lt;A href="http://schedremote.tor.ca/citrix/metaframexp/wie" target="_blank"&gt;http://schedremote.tor.ca/citrix/metaframexp/wie&lt;/A&gt; &lt;BR /&gt;I don't want to have to keep typing the long URL in the browser.  I just want to be able to type &lt;A href="http://mfxptor.tor.ca" target="_blank"&gt;http://mfxptor.tor.ca&lt;/A&gt;  which replaces the above.  Can this be done?&lt;BR /&gt;&lt;BR /&gt;How to define DNS i mean how add the entry in data file</description>
      <pubDate>Wed, 17 Nov 2004 15:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424430#M204657</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2004-11-17T15:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: It also needs to replace URL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424431#M204658</link>
      <description>I'm confused. Most browswers have bookmarks.&lt;BR /&gt;&lt;BR /&gt;If you don't want to type the url, why not bookmark the url.&lt;BR /&gt;&lt;BR /&gt;Maybe I'm missing an earlier thread here.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Nov 2004 15:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424431#M204658</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-17T15:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: It also needs to replace URL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424432#M204659</link>
      <description>I want do for user Can I do this by DNS CNAME&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 15:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424432#M204659</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2004-11-17T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: It also needs to replace URL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424433#M204660</link>
      <description>No, this can't be done via DNS.  DNS is good for the host portion only.  You can't set a DNS alias to host.domain.com/dir/dir/dir/file.&lt;BR /&gt;&lt;BR /&gt;What could be done on the webserver itself is to have a page at something like&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://schedremote.tor.ca/ctx" target="_blank"&gt;http://schedremote.tor.ca/ctx&lt;/A&gt; which would then automatically transfer them to   &lt;A href="http://schedremote.tor.ca/citrix/metaframexp/wie" target="_blank"&gt;http://schedremote.tor.ca/citrix/metaframexp/wie&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;This is more easily done via HTML and redirecting.</description>
      <pubDate>Wed, 17 Nov 2004 16:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424433#M204660</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-11-17T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: It also needs to replace URL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424434#M204661</link>
      <description>Now I get it. Thanks Patrick.&lt;BR /&gt;&lt;BR /&gt;You can do this with a combination of the web server and dns.&lt;BR /&gt;&lt;BR /&gt;Get the second domain name. Set up its zone file exactly the same as the longer name.&lt;BR /&gt;&lt;BR /&gt;Then in httpd.conf apache, set up a Virtual Host that points to the same file locations as the original domain name.&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://httpd.apache.org" target="_blank"&gt;http://httpd.apache.org&lt;/A&gt; Virtual Host section. Choose apache server version based on which one you are using.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Nov 2004 16:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/it-also-needs-to-replace-url/m-p/3424434#M204661</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-17T16:26:53Z</dc:date>
    </item>
  </channel>
</rss>

