SrimalPriyanga/epos-system/master/.htaccess - Htaccess File

SrimalPriyanga/epos-system/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php/$1 [L]
#RewriteRule ^(.*)$ index.php/help/index.html/$1 [L]
#RewriteRule ^(.*)$ /evms/index.php/$1 [L]
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache