First page Back Continue Last page Overview Graphics

PHP on 64 Bit SXCE

<IfModule !mod_php5.c>

ScriptAlias /php /usr/php/bin

AddHandler application/x-httpd-php5 php

Action application/x-httpd-php5 /php/php-cgi

<Directory /usr/php/bin >

Options ExecCGI FollowSymLinks

Order allow,deny

Allow from all

</Directory>

DirectoryIndex index.php

DirectoryIndex index.php5

</IfModule>