Hi folks,
I’m sure this is a config problem,
I know the server has php installed successfully because the main dashboard is php. For some reason, when I add an index.php to the /username.downloads directory, it doesn’t execute, it just shows the code.
I’ve had a look at /etc/apache2/sites-enabled/alias.conf and have found the config for apache
Alias /user.rtorrent.downloads "/home/user/torrents/rtorrent/"
<Directory "/home/user/torrents/rtorrent/">
Options Indexes FollowSymLinks MultiViews
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd'
Require user user
AllowOverride None
Order allow,deny
allow from all
php_admin_value engine Off
</Directory>
I’m assuming it might be the php_admin_value engine? If so, is there a security reason why it’s off & what should it be changed to?
Thanks as always for your time