FOKI89/pyla/master/.htaccess - Htaccess File

FOKI89/pyla/master/.htaccess

# Démarrage de l'URL Rewriting
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ index.php/$1 [L] 
 
 
# Pages statiques

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache