<?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%3Afmqb</link>
        <description></description>
        <pubDate>Mon, 06 Apr 2026 20:01:56 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Afmqb&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Permalinks redirect error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233355#post2233355</link>
          <description><![CDATA[<p>I managed to get the page working by including my rewrite rule ahead of the permalink dispatcher rule, but I'm still receiving the following PHP error:</p>

<p>Notice: Undefined index: QUERY_STRING in /hermes/bosoraweb059/b144/ipw.quallsgr/public_html/domain/cms/plugins/permalinks_dispatcher.php on line 78</p>]]></description>
          <pubDate>Mon, 03 Mar 2014 14:52:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233355#post2233355</guid>
        </item>
                <item>
          <title>Permalinks redirect error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233354#post2233354</link>
          <description><![CDATA[<p>I installed the permalinks plugin and tested it by accessing the 401 error page. When I try and create a custom permalink however I was taken to the error page. I think this was a cache issue as the problem resolved itself after clearing my browser, however I'm noticing 2 other problems.</p>
<p>1. Removing www from the address takes me to the error page</p>
<p>2. A PHP error from permalinks_dispatcher.php shows up on top</p>
<p>I've entered the fields into the cms as follows:</p>
<p>permalink: contact</p>
<p>source url: /subdirectory/contact.php</p>
<p>My CMS is installed in: domain.com/cms</p>

<p>I've received the following PHP errors so far</p>
<p>Notice: Undefined index: QUERY_STRING in /hermes/bosoraweb059/b144/ipw.quallsgr/public_html/domain/cms/plugins/permalinks_dispatcher.php on line 78 Fatal error: Cannot redeclare getrecords() (previously declared in /hermes/bosoraweb059/b144/ipw.quallsgr/public_html/domain/cms/lib/viewer_functions.php:55) in /hermes/bosoraweb059/b144/ipw.quallsgr/public_html/cms/lib/viewer_functions.php on line 145</p>
<p>Notice: Undefined index: QUERY_STRING in /hermes/bosoraweb059/b144/ipw.quallsgr/public_html/domain/cms/plugins/permalinks_dispatcher.php on line 78</p>
<p>My htaccess file is below:</p>

<p>&lt;IfModule mod_rewrite.c&gt;<br />  RewriteEngine On<br />  RewriteBase /<br />  RewriteRule ^permalinks_dispatcher\.php$ - [L]<br />  RewriteCond %{REQUEST_FILENAME} !-f<br />  RewriteCond %{REQUEST_FILENAME} !-d<br />  RewriteRule . /cms/plugins/permalinks_dispatcher.php [L]<br />  <br />  ### Optional SEO: Uncomment the rewrite* lines below to remove www. from all pages so you don't have duplicate urls.<br />  ### Source: <a href="http://stackoverflow.com/questions/234723/generic-htaccess-redirect-www-to-non-www" rel="nofollow">http://stackoverflow.com/questions/234723/generic-htaccess-redirect-www-to-non-www</a><br />  ##RewriteCond %{HTTPS} off<br />  ##RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]<br />  #RewriteRule ^(.*)$ <a href="/$1">http://%1/$1</a> [R=301,L]<br />  <br />  ##RewriteCond %{HTTPS} on<br />  ##RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]<br />  ##RewriteRule ^(.*)$ <a>https://%1/$1</a> [R=301,L]<br />  ### End: Optional SEO<br />  <br />  RewriteCond %{HTTP_HOST} ^domain.com<br />  RewriteRule (.*) <a href="http://www.domain.com/$1" rel="nofollow">http://www.domain.com/$1</a> [R=301,L]<br /><br />  ### Optional Security: Uncomment the rewrite* lines below to force secure HTTPS:// connections for all pages.<br />  ### NOTE: Make sure https:// urls work on your server before enabling this.<br />  #RewriteCond %{HTTPS} off<br />  #RewriteRule ^(.*)$ <a>https://%{HTTP_HOST}/$1</a> [R=301,L]<br />  ### End: Optional Security<br /><br />&lt;/IfModule&gt;</p>
]]></description>
          <pubDate>Mon, 03 Mar 2014 12:24:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233354#post2233354</guid>
        </item>
              </channel>
    </rss>
  