X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=server_config%2Fsite.alias;fp=server_config%2Fsite.alias;h=f3adcf05f06100bfd21a272ce41804d39fd24235;hb=11f416fd595920a9cc89a5a938195d906d8f4ebc;hp=0000000000000000000000000000000000000000;hpb=8b04b2d11798dee4f3e1358e4f43e97a6df851f6;p=zf2.biz%2Fapplication_blanche.git diff --git a/server_config/site.alias b/server_config/site.alias new file mode 100644 index 0000000..f3adcf0 --- /dev/null +++ b/server_config/site.alias @@ -0,0 +1,16 @@ +Alias /appblanche /var/git/zf2biz/application-blanche/public + + + Order deny,allow + Allow from all + + AllowOverride None + + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} -s [OR] + RewriteCond %{REQUEST_FILENAME} -l [OR] + RewriteCond %{REQUEST_FILENAME} -d + RewriteBase /bookzf2 + RewriteRule ^.*$ - [NC,L] + RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php [NC,L] +