clem2104/Intra-42/master/public/.htaccess
# Mod Rewrite: Remove "index.php" from URI. <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On # Send request via index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>