phpSpaceProject/phpSP/master/.htaccess - Htaccess File

phpSpaceProject/phpSP/master/.htaccess

RewriteEngine On
RewriteBase /phpSP/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php/$1 [L]
RewriteRule images/(.*)  Vues/images/$1 [L]
RewriteRule css/(.*)  Vues/css/$1 [L]
RewriteRule script/(.*)  Vues/scripts/$1 [L]
RewriteRule police/(.*)  Vues/police/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache