DavidJotta/Agency/master/public/.htaccess - Htaccess File

DavidJotta/Agency/master/public/.htaccess

# Agency recommended .htaccess file
# Feel free to change it and adjust it to fit your needs,
# but these rules are needed to let the gears move!

# Prevent file browsing
Options -Indexes

# Rewrite stuff
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache