<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032406" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032406</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1190839</link>
    <description> &lt;p&gt;Nice link. Thanks, theramen!&lt;/p&gt;
&lt;p&gt;I also found this page, which gives more info on transparently rewriting URLs:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html&quot; class=&quot;bb-url&quot;&gt;http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jan 2006 17:38:29 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1190839 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1190812</link>
    <description> &lt;p&gt;This is a great article all about .htaccess file.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.javascriptkit.com/howto/htaccess.shtml&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptkit.com/howto/htaccess.shtml&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jan 2006 08:44:30 +0000</pubDate>
 <dc:creator>theramen</dc:creator>
 <guid isPermaLink="false">comment 1190812 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1190340</link>
    <description> &lt;p&gt;I recently lost all my bookmarks but there is a site with the name htaccess or similar, was a while ago but believe that is good and also has links. Like most topics, not any one site lists everything. Also have to remember not all work on all servers with a little tweaking.&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jan 2006 23:08:20 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1190340 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1190291</link>
    <description> &lt;p&gt;Does anyone know of a good guide to all the different things you can do with .htaccess? Clean URLs, redirecting, error pages, interpreting html files as php, etc? I&#039;m looking to do a bit more research into them and would love it if I could find one site with all the info I need.&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jan 2006 13:54:24 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1190291 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1190223</link>
    <description> &lt;p&gt;yes, that is easy, we do that for affiliate links, do &lt;a href=&quot;http://www.domain.com/textid&quot; class=&quot;bb-url&quot;&gt;domain.com/textid&lt;/a&gt;  and then let that redirect to the numeric one, so people could use more memorable urls.&lt;/p&gt;
&lt;p&gt;We just set up the 404 page to check against a database (after a few checks to eliminate obvious not used ones). If it matched, it did a redirect to the other site after sending out the right headers. Otherwise it send the 404 headers and gave the error page.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 21:36:43 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1190223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1190180</link>
    <description> &lt;p&gt;Thanks for the help but after a good few hours researching regular expressions I managed to figure out what to do. I needed it to make this: &lt;a href=&quot;http://www.zurl.net&quot; class=&quot;bb-url&quot;&gt;http://www.zurl.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 19:00:50 +0000</pubDate>
 <dc:creator>Austers</dc:creator>
 <guid isPermaLink="false">comment 1190180 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1189900</link>
    <description> &lt;p&gt;Actually, it appears (another theory) you would want to block Hot-Linking and the execution of the files within the folder you are talking about. If you&#039;d provide us with the exact scenario of what you&#039;re trying to do, it&#039;d help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Jan 2006 21:02:06 +0000</pubDate>
 <dc:creator>spiralfive</dc:creator>
 <guid isPermaLink="false">comment 1189900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1189893</link>
    <description> &lt;p&gt;From the way I have ready your post, I agree the 404 redirect would be what you want.&lt;/p&gt;
&lt;p&gt;Now if you still want to have a different &quot;404 error&quot; for files off of your main site, you could do some checking to see what the really requested.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Jan 2006 20:32:42 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1189893 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1189892</link>
    <description> &lt;p&gt;Why not use a 404 error page that redirects to the file you&#039;re talking about (if i&#039;m correct on what you&#039;re trying to do)?&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Jan 2006 20:28:59 +0000</pubDate>
 <dc:creator>spiralfive</dc:creator>
 <guid isPermaLink="false">comment 1189892 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-1#comment-1189658</link>
    <description> &lt;p&gt;Can you tell us &lt;strong&gt;exactly&lt;/strong&gt; what you want it to do? (IE: Make a .php?asd987a&amp;amp;hdasfu file into blah-blah.html file)&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jan 2006 04:32:48 +0000</pubDate>
 <dc:creator>EGS</dc:creator>
 <guid isPermaLink="false">comment 1189658 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
