cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / .htaccess
index cbdfca5..619cfb5 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,11 @@
+<Files data>
+       Order allow,deny
+       Deny from all
+</Files>
+<Files docs>
+       Order allow,deny
+       Deny from all
+</Files>
 <Files .gitignore>
        Order allow,deny
        Deny from all
@@ -10,3 +18,7 @@
        Order allow,deny
        Deny from all
 </Files>
+
+RewriteEngine on
+RewriteCond $1 !^(index\.php|img|css|js|data|download|robots\.txt)
+RewriteRule ^(.*)$ index.php/$1 [L]