akaidrive2014/itstore/master/backend/web/.htaccess - Htaccess File

akaidrive2014/itstore/master/backend/web/.htaccess

Options -Indexes

RewriteEngine on

# if a directory or a file exists, use it directly

RewriteCond %{SCRIPT_FILENAME} !-f

RewriteCond %{SCRIPT_FILENAME} !-d

# otherwise forward it to index.php

RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache