<VirtualHost *:80>
    #ServerAdmin admin@example.com
    ServerName grading2023.qatarkaratefederation.com
    ServerAlias nr.qatarkarate.com 
    DocumentRoot /home/jabir/grading_new_rule_2023/public

    <Directory /home/jabir/grading_new_rule_2023/public/>
            #Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            allow from all
            #Require all granted
    </Directory>

    <Location />
       require all granted
    </Location>
    LogLevel debug
    ErrorLog ${APACHE_LOG_DIR}/grading_new_rule_2023-error.log
    CustomLog ${APACHE_LOG_DIR}/grading_new_rule_2023-access.log combined
</virtualhost>

