sujeet0303/easyApi/master/.htaccess - Htaccess File

sujeet0303/easyApi/master/.htaccess

#<IfModule mod_rewrite.c>
#    RewriteEngine On
#    RewriteBase /easyApi/
#    RewriteCond %{REQUEST_FILENAME} !-f
#    RewriteCond %{REQUEST_FILENAME} !-d
#    RewriteCond $1 !^(index.php|public|css|js|robots.txt)
#    RewriteRule ^(.*)$ /easyApi/index.php?params=$1 [L,QSA]
#</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache