phpmauritiusug/2016-DevConMru/master/PHP-01-2-Architecture/code/composer-autoloading/public/.htaccess - Htaccess File

phpmauritiusug/2016-DevConMru/master/PHP-01-2-Architecture/code/composer-autoloading/public/.htaccess

RewriteEngine On

# If not requesting an existing directory
RewriteCond %{REQUEST_FILENAME} !-d
# If not requesting an existing file
RewriteCond %{REQUEST_FILENAME} !-f
# Redirect to index.php file
RewriteRule ^ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache