# .htaccess for zinc10 # Teague Sterling # This file should replace the symbolic links used in zinc8 to make the database # accessable via the web. Eventually this file should be removed as the whole # system will get a work over. RewriteEngine on RewriteRule .svn/ - [F] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(results|data|protonate)/(.+) serve-file.php?r=$1&f=$2 [L]