cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / .htaccess
index f4df5de..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
@@ -6,3 +14,11 @@
        Order allow,deny
        Deny from all
 </Files>
+<Files no-web>
+       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]