File: //opt/tle.conf
<VirtualHost *:80>
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
AddType text/html .php
DirectoryIndex index.php
php_value session.save_handler "files"
php_value session.save_path "/var/lib/php/session"
ServerName tle.noappname.net
ServerAlias tle.noappname.net
DocumentRoot /var/www/html/thelimited/
DirectoryIndex index.php index.html
ErrorLog /var/logs/tle.error.log
CustomLog /var/logs/tle.access.log combined
<Directory /var/www/html/thelimited>
Require all granted
AllowOverride All
</Directory>
</VirtualHost>