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]
Files
