Initial commit: UK Data Services website

This commit is contained in:
Peter
2025-06-07 10:53:32 +01:00
commit 3e9968f1b4
63 changed files with 6597 additions and 0 deletions

17
apache-config.conf Normal file
View File

@@ -0,0 +1,17 @@
<VirtualHost *:80>
DocumentRoot /var/www/html
ServerName localhost
<Directory /var/www/html>
AllowOverride All
Require all granted
DirectoryIndex index.php index.html
</Directory>
# Enable rewrite module for .htaccess
RewriteEngine On
# Error and access logs
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>