SetHandler application/x-httpd-php - apache config Hello HostV
REF: Virtual Private Server - VZ1
One question: if I were to purchase the VZ1 package could I add add file sethandler behaviours to the apache config (see below). So I could have a URL like so: 'domain.co.uk/en/123' or 'domain.co.uk/html'?
Apache2 config file:
<Files "en">
SetHandler application/x-httpd-php
</Files>
<Files "html">
SetHandler application/x-httpd-php
</Files>
<Files "xml">
SetHandler application/x-httpd-php
</Files>
Thank you in advance. |