<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: My host can run PHP5, but only when files have .php5 extension. Tips?</title>
  <link>http://www.activecollab.com/forums/topic/598/</link>
  <description>Recent posts on topic: My host can run PHP5, but only when files have .php5 extension. Tips?</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 30 Aug 2008 00:31:56 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/3810/#post3810</link>
    <guid>http://www.activecollab.com/forums/post/3810/#post3810</guid>
    <title>Post #2 by askeeto</title>
    <dc:creator>askeeto</dc:creator>
    <description><![CDATA[<p>Sometimes adding the handlers to .htaccess files does not function.<br />
AddHandler x-httpd-php5 .php<br />
AddHandler x-httpd-php .php4<br />
<br />
An alternate way that also functions is putting this in the .htaccess file in the root folder of activecollab.<br />
RemoveHandler .php<br />
AddType application/x-httpd-php5 .php</p>]]></description>
    <pubDate>Wed, 11 Oct 2006 10:26:38 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/2859/#post2859</link>
    <guid>http://www.activecollab.com/forums/post/2859/#post2859</guid>
    <title>Post #1 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>activeCollab uses pretty strong assumption that all PHP files end with .php extension. There is no &quot;one click&quot; solution that lets you use other extension, but here are some tips if  you want to try to make things work:<br />
<br />
1. Change the Apache settings for the folder where activeCollab is working<br />
<br />
Check <a href="http://www.activecollab.com/forums/topic/1008/" target="_blank" rel="nofollow">this</a> and <a href="http://www.activecollab.com/forums/post/2677/#post2677" target="_blank" rel="nofollow">this</a>. Maybe it can help, I haven't tried it.<br />
<br />
If you can't use .htaccess files or you are having problems with code provided in the post above contact your hosting provider and ask how to set up PHP5 to execute .php files in folder you wish. They can set that up for you in most cases, you just need to ask for that.<br />
<br />
2. Rename all the files and change some source<br />
<br />
Rename all activeCollab files from .php to .php5. Use some search and replace tool and replace '.php' with '.php5' in all activeCollab files. Try if it works. There is no guaranty that it will, but there should be no problems.<br />
<br />
----<br />
<br />
Btw, <b>if you have any other suggestions please reply</b>.</p>]]></description>
    <pubDate>Wed, 13 Sep 2006 05:01:20 CDT</pubDate>
  </item>
</channel>
</rss>