asaokamei/WScore-dev/master/public/.htaccess - Htaccess File

asaokamei/WScore-dev/master/public/.htaccess

Options +FollowSymLinks -Indexes
DirectoryIndex index.html index.php web.php

<IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !favicon.ico$
    #RewriteCond %{REQUEST_FILENAME} !".(css|js|jpg|gif|png)$"

    RewriteRule ^(.*)$ web.php [QSA,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache