iceproductionz/ZeroCMS/master/.htaccess - Htaccess File

iceproductionz/ZeroCMS/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*)$ /index.php?src=$1 [NC,L,QSA]
#
#RewriteEngine on
#
#RewriteRule ^(.*)$             /index.php?src=$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache