<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018513" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018513</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1109061</link>
    <description> &lt;p&gt;&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;br /&gt;
I figured it out&lt;br /&gt;
I didn&#039;t upload correctly...&lt;br /&gt;
Thanks for your help&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 May 2002 22:48:34 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1109061 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1109059</link>
    <description> &lt;p&gt;I&#039;m running PHP 4&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 May 2002 22:42:55 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1109059 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1109027</link>
    <description> &lt;p&gt;You could be getting the error because php is not configured for version 3. I.e., you are trying to run php3 files and cannot.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 May 2002 11:17:25 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1109027 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1109016</link>
    <description> &lt;p&gt;from my config:&lt;br /&gt;
AddType application/x-httpd-php .php .php3 .phtml&lt;br /&gt;
AddType application/x-httpd-php-source .phps&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 May 2002 05:03:20 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1109016 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1109014</link>
    <description> &lt;p&gt;Anyone have a solution?&lt;br /&gt;
It just gives an Internal Server Error on every page in that directory...&lt;/p&gt;
&lt;p&gt;[edit]&lt;br /&gt;
Does there need to be anything above the AddType itself?&lt;br /&gt;
[/edit]&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 May 2002 02:58:41 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1109014 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1108921</link>
    <description> &lt;p&gt;I&#039;m getting the server encountered a configuration error... What&#039;s wrong?&lt;br /&gt;
AddType application/x-httpd-php3 .phtml&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 May 2002 21:37:14 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1108921 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1108919</link>
    <description> &lt;p&gt;You can add lines in .htaccess like so:&lt;br /&gt;
AddType application/x-httpd-php3 .php3&lt;br /&gt;
AddType application/x-httpd-php4 .php4&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 May 2002 21:11:35 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1108919 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1108918</link>
    <description> &lt;p&gt;This isn&#039;t for MY server...&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 May 2002 21:04:19 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1108918 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1108917</link>
    <description> &lt;p&gt;If you have access to httpd.conf then you have no need to use htaccess. Htaccess actually slows the site down a bit since that file constantly has to be read. The only reason to have the different php extensions is the tell the server how to parse a file. If you never use a file called .php3 or .php4, then you don&#039;t need to add this application to your site. Save all your php files as just plain .php and don&#039;t worry about it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 May 2002 20:41:39 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1108917 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-question-0#comment-1108861</link>
    <description> &lt;p&gt;Thank you &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;br /&gt;
I haven&#039;t used htaccess in a while... what is the complete syntax for an htaccess file?&lt;br /&gt;
Also, does it matter if it is php3, php4, or just php? I know in my HTTPD.conf file there are different handlers which are commented out for different PHP versions&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 May 2002 20:31:37 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1108861 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
