Removed shared .htaccess

This commit is contained in:
franck
2013-07-05 11:49:44 +02:00
parent f02ade10f8
commit 962afc6d14

View File

@@ -1,12 +0,0 @@
Options +FollowSymlinks -Indexes
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index_dev.php [L,QSA]
</IfModule>