Hi all,
The php is not executed on my website (server Boru), is this normal or not ?
all the <?php ?> are not considered.
EDIT: I've this in my .htaccess:
AddType text/html .php
AddHandler application/x-httpd-php5 .php
without it it works but from now, this is bugging, why ?
Thank you !
---------- Post added 04-16-2011 at 06:28 AM ---------- Previous post was 04-15-2011 at 07:08 PM ----------
It works with this in .htaccess :
AddType text/html .php
AddHandler application/x-httpd-php .php
Thread closed - Thank you.
The php is not executed on my website (server Boru), is this normal or not ?
all the <?php ?> are not considered.
EDIT: I've this in my .htaccess:
AddType text/html .php
AddHandler application/x-httpd-php5 .php
without it it works but from now, this is bugging, why ?
Thank you !
---------- Post added 04-16-2011 at 06:28 AM ---------- Previous post was 04-15-2011 at 07:08 PM ----------
It works with this in .htaccess :
AddType text/html .php
AddHandler application/x-httpd-php .php
Thread closed - Thank you.
Last edited: