<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042901" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042901</link>
    <description></description>
    <language>en</language>
          <item>
    <title>try doing a 301 redirect if</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-mask-url#comment-1238540</link>
    <description> &lt;p&gt;try doing a 301 redirect if you want to redirect one domain to another..&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Feb 2009 15:24:59 +0000</pubDate>
 <dc:creator>sasakakee</dc:creator>
 <guid isPermaLink="false">comment 1238540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>pr0gr4mm3r wrote:
Why would</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-mask-url#comment-1237734</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;pr0gr4mm3r&lt;/em&gt; wrote:&lt;/div&gt;Why would you want to mask the actual domain?&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I have a client who is an ad agency&lt;/p&gt;
&lt;p&gt;I built a &quot;Leadtracker&quot; site with Drupal to collect and analyze campaign data, primarily with webforms and Google Analytics (we&#039;re also testing Clicky and Woopra)&lt;/p&gt;
&lt;p&gt;The main website has its own domain name (which should only be viewed by admin), and we&#039;re running a few multisites off the same code. There are several &quot;satellite&quot; sites on and off the Drupal site that drive traffic to the main site for various campaigns.&lt;/p&gt;
&lt;p&gt;Many campaigns have their own &quot;masked&quot; domain name - useful for analytics and tracking&lt;/p&gt;
&lt;p&gt;We are masking them with the GoDaddy URL mask feature, which places the masked url in a frame (I did not pick GoDaddy, but this is a convenient tool). You could alternatively set up your own framed/masked url.&lt;/p&gt;
&lt;p&gt;It works... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Feb 2009 13:52:38 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237734 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>jane0109 wrote:
Can I use a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-mask-url#comment-1237735</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;jane0109&lt;/em&gt; wrote:&lt;/div&gt;Can I use a tinyurl generator?&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;tinyurl is a neat way to shorten a long meaningless url&lt;/p&gt;
&lt;p&gt;however, it is not that good for SEO&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Feb 2009 13:51:45 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237735 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can I use a tinyurl</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-mask-url#comment-1237730</link>
    <description> &lt;p&gt;Can I use a tinyurl generator?&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Feb 2009 11:04:01 +0000</pubDate>
 <dc:creator>jane0109</dc:creator>
 <guid isPermaLink="false">comment 1237730 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Why would you want to mask</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-mask-url#comment-1237637</link>
    <description> &lt;p&gt;Why would you want to mask the actual domain?&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Jan 2009 14:25:23 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1237637 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Well, assuming you have</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-mask-url#comment-1237633</link>
    <description> &lt;p&gt;Well, assuming you have mod_rewrite on (you can check phpinfo(); to see), you can place the following in a file called &quot;.htaccess&quot; in your root folder.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;RewriteEngine On&lt;br /&gt;RewriteRule ^ABC.COM$ XYZ.COM [NC,L]&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You would change &lt;em&gt;ABC.COM&lt;/em&gt; to the full URL you want to appear in the address bar and &lt;em&gt;XYZ.COM&lt;/em&gt; to the URL you want to actually be accessed.  &lt;em&gt;NC&lt;/em&gt; simply means that the string is case-insensitive, and &lt;em&gt;L&lt;/em&gt; means that if this rule is matched, stop; that&#039;s really most important if you have multiple rewrite rules. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Jan 2009 13:26:16 +0000</pubDate>
 <dc:creator>kazimmerman</dc:creator>
 <guid isPermaLink="false">comment 1237633 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
