<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: activeCollab with .php5 extension on 1and1</title>
  <link>http://www.activecollab.com/forums/topic/1008/</link>
  <description>Recent posts on topic: activeCollab with .php5 extension on 1and1</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 30 Aug 2008 07:43:42 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/4938/#post4938</link>
    <guid>http://www.activecollab.com/forums/post/4938/#post4938</guid>
    <title>Post #3 by zika</title>
    <dc:creator>zika</dc:creator>
    <description><![CDATA[<p>In my case I had to add one line of code to config/config.php file.<br />
ini_set('allow_url_fopen','on');<br />
<br />
First I tried it in .htaccess file :<br />
<br />
php_flag allow_url_fopen on<br />
<br />
but it just made an 'internal server error', so I decided to do what s the easiest for me<br />
and wrote it in config.php because  that file is always loaded.<br />
<br />
I hope it will help somebody</p>]]></description>
    <pubDate>Sat, 25 Nov 2006 22:31:53 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/4934/#post4934</link>
    <guid>http://www.activecollab.com/forums/post/4934/#post4934</guid>
    <title>Post #2 by Bigholly</title>
    <dc:creator>Bigholly</dc:creator>
    <description><![CDATA[<p>Nikola,<br />
<br />
Thanks so much - &quot;AddType x-mapp-php5 .php&quot; worked like a charm in my 1and1 .htaccess file!<br />
<br />
For you other 1and1 types out there - be careful. I pinged the 1and1 staff (who are generally ok), and they gave me this to add:<br />
<br />
AddType text/x-server-parsed-php5 .php<br />
<br />
which didn't work for me at all. Every browser on every platform would simply render the code directly to screen or download it. Not so helpful - so use Nikola's code in line 2 above!<br />
<br />
Thanks again.</p>]]></description>
    <pubDate>Sat, 25 Nov 2006 14:06:27 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/4555/#post4555</link>
    <guid>http://www.activecollab.com/forums/post/4555/#post4555</guid>
    <title>Post #1 by Nikola</title>
    <dc:creator>Nikola</dc:creator>
    <description><![CDATA[<p>Question: how to run activeCollab when your hosting needs a .php5 extension?<br />
<br />
A lot of hosting solutions have both PHP4 and PHP5, on the same server. To make the difference, a file with .php extension is interpreted by PHP4, a file with PHP5 is interpreted by PHP5...<br />
<br />
First solution: you rename every file with a php5 extension, and then you modify to code to let includes work properly, and then you pray, and then you try to find the few lines of code that are still buggy... and then you redo the same thing for every release! OK, I've done that once, thank you.<br />
<br />
Second solution (worked for me): create a .htaccess file at the root of the aC folder.<br />
1. Create a text file named .htaccess<br />
2. Insert the following line:<br />
<b>AddType x-mapp-php5 .php</b><br />
3. Drop the file on your aC folder<br />
4. done!<br />
(just run a phpinfo() to check!)<br />
<br />
Notice: this directive works for my hosting (1and1). It may be different from one hosting to another. On Google, I found most of the time the following directive (not tested):<br />
AddType application/x-httpd-php5 .php .php5<br />
</p>]]></description>
    <pubDate>Wed, 08 Nov 2006 13:16:39 CST</pubDate>
  </item>
</channel>
</rss>