Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/notanexus.git
SetEnv no-gzip dont-vary

<IfModule mod_rewrite.c>
RewriteEngine On

# Redirect requests for a PDF file to a PHP script.
RewriteRule ^docs/([^/]+\.pdf)$ editor.php?filename=$1 [L]
</IfModule>