Forum Moderators: coopster
Here's the context: We have a server and have been hosting our own websites for a while. But now, a customer wants to have FTP access in order to manage his static, non-PHP website. I found a solution that seems to work and would like to know if it is safe enough to be used.
I added:
<Location />
ForceType text/html
</Location>
To hpptd.conf file in the vhost entry of my customer's website. It seems to work fine, as all .php files are not parsed by php anymore.
It is not easy nor possible to change the global configs of the httpd.conf and not possible also to install a separate apache server.
So, do you believe that this is an appropriate solution?
Thank you for your help