huli0401/worktime/master/.htaccess - Htaccess File

huli0401/worktime/master/.htaccess

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^api/(.*)$ /api/index.php?%{REQUEST_URI} [L,QSA]
RewriteRule ^(.*) index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache