<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021394" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021394</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131889</link>
    <description> &lt;p&gt;Also, for future folks wondering -- &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://httpd.apache.org/docs/misc/rewriteguide.html&quot; class=&quot;bb-url&quot;&gt;http://httpd.apache.org/docs/misc/rewriteguide.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html&quot; class=&quot;bb-url&quot;&gt;http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;EXCELLENT documentation, helpful examples and generally good resource. Coupled with helpful eyeballs, you can&#039;t miss. Heh.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 18:32:45 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1131889 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131888</link>
    <description> &lt;p&gt;Man I love you guys.&lt;/p&gt;
&lt;p&gt;Of course! I want it to redirect if there is no referer, not if there isn&#039;t no referer (doh!) so I needed to unnegate the top line. I think it&#039;s working properly now. See the link for the revised version, as I *still* cannot post this code to this forum for inexplicable reasons (hangs the browser).&lt;/p&gt;
&lt;p&gt;*smooch* thank you!&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 18:23:47 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1131888 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131886</link>
    <description> &lt;p&gt;If a user comes from any of the referrers in your .htaccess, do you want them to get redirected or not?&lt;/p&gt;
&lt;p&gt;Right now, the user should get redirected only if the refferer does not match any of the three conditions.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 17:21:11 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1131886 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131884</link>
    <description> &lt;p&gt;Sadly, no, but I tried all the options again with the Capitalization Fix. &lt;/p&gt;
&lt;p&gt;What is happening is that ANY call to those files is getting bounced to the login, like the referers are not being recognized.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 17:11:24 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1131884 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131883</link>
    <description> &lt;p&gt;hmm... I hope it&#039;s not this simple, but is:&lt;br /&gt;
RewriteEngine On&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 16:58:30 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1131883 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131878</link>
    <description> &lt;p&gt;oh boy. I guess I&#039;ll have to try that. I fear the httpd.conf, though, especially since this isn&#039;t my server. Aiyee.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 16:04:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1131878 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131873</link>
    <description> &lt;p&gt;I was having probs doing rewrite rules with .htaccess the other day, no matter what i did they wouldnt work (to the point where no pages on the site would work!!), then i moved the rewrite rules to httpd.conf and they worked!&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 15:32:43 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1131873 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131857</link>
    <description> &lt;p&gt;okay, Busy, what does that mean in English? I&#039;m no server gal, so does it mean to follow links from the domain?&lt;/p&gt;
&lt;p&gt;I know the other line is if there is no referer, rewrite. if the referer exists and is not those two urls, rewrite.&lt;/p&gt;
&lt;p&gt;The Options +FollowSymlinks doesn&#039;t seem to work. I tried it with the + and without it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://httpd.apache.org/docs-2.1/en/mod/core.html#options&quot; class=&quot;bb-url&quot;&gt;http://httpd.apache.org/docs-2.1/en/mod/core.html#options&lt;/a&gt; explains it SOME, but I still miss the gist.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 12:10:58 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1131857 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131855</link>
    <description> &lt;p&gt;yeah but that means clicking the &#039;post reply&#039; button first &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>Wed, 21 May 2003 10:05:15 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1131855 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/htaccess-not-working-correctly#comment-1131853</link>
    <description> &lt;p&gt;hehe.. You know busy, there is a checkbox that will prevent links as well.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 06:47:22 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1131853 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
