FoxelSA/website/master/public/.htaccess
Options -Indexes AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> Options +FollowSymLinks RewriteEngine On # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule>
Files
