fixed invalid module identifier in access file

This commit is contained in:
Steffen Vogel 2010-12-25 23:49:57 +01:00
parent 58f45030ec
commit 2a691f9308

View file

@ -1,8 +1,5 @@
<IfModule rewrite_module>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !index.php$
RewriteRule (.*) index.php/$1 [L]
</IfModule>