FabienneMarquis/TP5-POO4_FMGP/master/.htaccess - Htaccess File

FabienneMarquis/TP5-POO4_FMGP/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /Ur_Folder_Path/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /Ur_Folder_Path/index.php?/$1 [L] 
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache