X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=.htaccess;h=d9fdd6abaab4c6f31dfe9a85d5f2aa7ffff488ee;hb=0db52dbd375c6569d868015adf8f2bca1316ba6f;hp=cbdfca5f88cce35eba0878d4e034a833d5460aae;hpb=0f67329ebdddeb59a2b6b79aedb1fce421378ca8;p=living-lab-site.git diff --git a/.htaccess b/.htaccess index cbdfca5..d9fdd6a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,11 @@ + + Order allow,deny + Deny from all + + + Order allow,deny + Deny from all + Order allow,deny Deny from all @@ -10,3 +18,7 @@ Order allow,deny Deny from all + +RewriteEngine on +RewriteCond $1 !^(index\.php|img|stylesheets|javascript|data|robots\.txt) +RewriteRule ^(.*)$ index.php/$1 [L]