# Apache 2.4 / Ubuntu — merge these directives into the active VirtualHost.
# Replace the example directory with the directory that contains index.php.

DirectoryIndex index.php

<Directory "/var/www/sawananan.ac.th">
    Options -Indexes +FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>

# Required Ubuntu modules:
#   sudo a2enmod rewrite headers
# Verify and reload:
#   sudo apachectl configtest
#   sudo systemctl reload apache2
