Login or Register

RSS IconRecent posts in this topic

avatar
Ilija Studen on Sep 13. 2006. 5:01 am
activeCollab uses pretty strong assumption that all PHP files end with .php extension. There is no "one click" solution that lets you use other extension, but here are some tips if you want to try to make things work:

1. Change the Apache settings for the folder where activeCollab is working

Check this and this. Maybe it can help, I haven't tried it.

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.

2. Rename all the files and change some source

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.

----

Btw, if you have any other suggestions please reply.
activeCollab team member
avatar
askeeto on Oct 11. 2006. 10:26 am
Sometimes adding the handlers to .htaccess files does not function.
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4

An alternate way that also functions is putting this in the .htaccess file in the root folder of activecollab.
RemoveHandler .php
AddType application/x-httpd-php5 .php
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic