kiswa/365Photos/master/dist/api/.htaccess - Htaccess File

kiswa/365Photos/master/dist/api/.htaccess

RewriteEngine On

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

RewriteRule ^photos.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