nater1067/SM/master/.htaccess - Htaccess File

nater1067/SM/master/.htaccess

Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
<IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^(.*)$ /web/app_dev.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache