# Allow access to all files in public folder
Order Allow,Deny
Allow from all
# Enable rewrite engine
RewriteEngine On
# Set default index file
DirectoryIndex index.php
# Allow access to all PHP files
Order Allow,Deny
Allow from all
# Allow access to assets
Order Allow,Deny
Allow from all