elevenone/project_foundation/master/public/.htaccess
# htaccess # disable indexing Options -Indexes # RewriteEngine On RewriteRule ^$ index.php [QSA] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L]
Files
