semencov/opds-search-tool/master/.htaccess - Htaccess File

semencov/opds-search-tool/master/.htaccess

<IfModule mod_rewrite.c>

  Options +FollowSymlinks -Indexes -MultiViews
  RewriteEngine On
  RewriteBase /books/

  RewriteCond %{REQUEST_URI} ^/books/get/(.*)$
  RewriteRule ^ get.php [env=ACTION:%1,QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache