loveTheSource/ATF-Php/master/www/.htaccess - Htaccess File

loveTheSource/ATF-Php/master/www/.htaccess

# redirect non existing requests
RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !.(php|html?|jpe?g|png|gif|pdf|css|js)$ [NC]
RewriteRule .* /index.php?%{QUERY_STRING}
#RewriteRule .* /index.php?uri=%{REQUEST_URI}

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME, REQUEST_URI

Comments

Apache