tfullwood/cito-php/master/upload/.htaccess - Htaccess File

tfullwood/cito-php/master/upload/.htaccess

#Turn Rewrite Engine On
#RewriteEngine on

#RewriteBase /cito-php/
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css)
#RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache