2010-11-29, 05:30:45
You have two choices depending on method of php is running
or
The code has to be inserted at the beginning of .htaccess file, staying in root of your website's directory
Be carfeul as GS "creates" its own .htaccess, thus you might have to edit it and and one of the above rules inside it, after GS installs itself.
Code:
AddType x-mapp-php5 .php
AddHandler application/x-httpd-php5 .php
AddHandler cgi-php5 .php
or
Code:
AddHandler php5-fastcgi php
Action php5-fastcgi /fcgi/php5
AddHandler application/x-httpd-php5 php
The code has to be inserted at the beginning of .htaccess file, staying in root of your website's directory
Be carfeul as GS "creates" its own .htaccess, thus you might have to edit it and and one of the above rules inside it, after GS installs itself.
Addons: blue business theme, Online Visitors, Notepad