Htaccess File

FabienneMarquis/TP5-POO4_FMGP/master/.htaccess

REQUEST_FILENAME
<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>
Exit mobile version