kirby cms website

This commit is contained in:
2025-02-18 10:26:52 +01:00
parent a5b26ebde1
commit ba5d253c19
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<VirtualHost *:80>
ServerName localhost
# Set the document root
DocumentRoot "/var/www/html"
<Directory "/var/www/html">
# Allow overriding the default configuration via `.htaccess`
AllowOverride All
</Directory>
</VirtualHost>