clooth/movie-library-manager/master/.htaccess - Htaccess File

clooth/movie-library-manager/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^css(.*)$ web/css/$1 [L]
  RewriteRule ^images(.*)$ web/images/$1 [L]
  RewriteRule ^js(.*)$ web/js/$1 [L]
  RewriteRule ^(.*)$ web/app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache