ashwinrayaprolu1984/TaskBoard/master/api/.htaccess - Htaccess File

ashwinrayaprolu1984/TaskBoard/master/api/.htaccess

ExpiresActive Off
RewriteEngine On

RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::2$
RewriteRule ^(.*)$ - [E=BASE:%1]

RewriteRule ^taskboard.db$ %{ENV:BASE}api.php [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ %{ENV:BASE}api.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME, REQUEST_URI

Comments

Apache