leonardorifeli/crawler-elastic-search/master/web/.htaccess - Htaccess File

leonardorifeli/crawler-elastic-search/master/web/.htaccess

Options FollowSymLinks

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)/?$ index_dev.php [L]
RewriteRule !.(js|ico|gif|jpg|png|css|swf|php|htc)$ index_dev.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache