N
nc001
Guest
Hi i want to add an php execution extenstion to an vhost.
I´ve create a file called:
/var/www/vhost/xx.xxxxx.xx/conf/vhost.conf
with the following contents:
If added .inc as you can see, but it wont work. 
It would be cool if anybody could help me!
Thx
I´ve create a file called:
/var/www/vhost/xx.xxxxx.xx/conf/vhost.conf
with the following contents:
Code:
<VirtualHost 11.11.11.11:80>
<Directory /var/www/vhosts/xxx.xxx.xxx/httpdocs>
<IfModule mod_php4.c>
AddType text/plain .php .php4 .php3 .phtml .inc
php_admin_flag engine off
</IfModule>
</Directory>
<Directory /var/www/vhosts/xxx.xxxx.xxx/web_users>
<IfModule mod_php4.c>
AddType text/plain .php .php4 .php3 .phtml .inc
php_admin_flag engine off
</IfModule>
</Directory>
</VirtualHost>
It would be cool if anybody could help me!
Thx