<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3ABobHurst</link>
        <description></description>
        <pubDate>Wed, 29 Apr 2026 04:15:49 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ABobHurst&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Problem Solved </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231539#post2231539</link>
          <description><![CDATA[<p>I used the following post found elsewhere...</p>
<p>We are currently looking into a fix for this problem, this issue is on line 12 of the permalinks_dispatcher.php file, which you can see here:</p>
<p><code>$REDIRECT_URL = coalesce(@$_SERVER['REDIRECT_URL'], @$_SERVER['SCRIPT_URL'], array_first(explode('?',$_SERVER['REQUEST_URI'])));<br /></code></p>
<p>which needs changing to this:</p>
<p><code>$REDIRECT_URL = coalesce(@$_SERVER['SCRIPT_URL'], array_first(explode('?',$_SERVER['REQUEST_URI'])), @$_SERVER['REDIRECT_URL']);</code></p>
<p>This is because on some servers the variable $_SERVER['REDIRECT_URL'] doesn't contain the URL  that the page was redirected to, but the path to the current file. So permalinks_dispatcher file ends up looking for the incorrect file path in its database.</p>
<p>This issue should be resolved in the next release.</p>
<p>Let me know if you have any questions. </p>
<p>Cheers</p>
<p>Greg</p>]]></description>
          <pubDate>Thu, 15 Aug 2013 13:38:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231539#post2231539</guid>
        </item>
                <item>
          <title>500 Internal Server Error on Permalink Pags</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231538#post2231538</link>
          <description><![CDATA[<p>Hello</p>
<p>A recent issued popped up in that ALL pages linked by a Permalink are resulting in an 500 Internal Server Error.  </p>
<p>Any assistance would be appreciated.</p>
<p>Bob</p>]]></description>
          <pubDate>Thu, 15 Aug 2013 13:26:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231538#post2231538</guid>
        </item>
                <item>
          <title>Permalinks and Password Protected Directory</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230048#post2230048</link>
          <description><![CDATA[<p>Hi</p>
<p>I have bought and installed the Permalinks plugin and it is working perfectly - except I have a folder on my site the has restricted access by password using an .htaccess file.  Since installing Permalinks when I try to access this folder I am being redirected to the error 404 page.  If I remove the .htaccess file from the folder I can access no problem?   Any hints or tips to fixing the problem would be appreciated.</p>
<p>Thanks</p>
]]></description>
          <pubDate>Thu, 28 Mar 2013 10:57:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230048#post2230048</guid>
        </item>
              </channel>
    </rss>
  