cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / .htaccess
1 <Files data>
2         Order allow,deny
3         Deny from all
4 </Files>
5 <Files docs>
6         Order allow,deny
7         Deny from all
8 </Files>
9 <Files .gitignore>
10         Order allow,deny
11         Deny from all
12 </Files>
13 <Files .git>
14         Order allow,deny
15         Deny from all
16 </Files>
17 <Files no-web>
18         Order allow,deny
19         Deny from all
20 </Files>
21
22 RewriteEngine on
23 RewriteCond $1 !^(index\.php|img|css|js|data|download|robots\.txt)
24 RewriteRule ^(.*)$ index.php/$1 [L]