zotero/web-library/master/examples/library/.htaccess - Htaccess File

zotero/web-library/master/examples/library/.htaccess

RewriteEngine On

RewriteRule ^.*(static/.*)$ ../../$1
RewriteRule ^.*(build/.*)$ ../../$1
RewriteRule ^.*(/libraryconfig.js)$ ./$1

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
#RewriteCond %{REQUEST_URI} !.*static/.*
RewriteRule ^(.*)$ index.html

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, SCRIPT_FILENAME, static

Comments

Apache