fixed invalid module identifier in access file
This commit is contained in:
parent
58f45030ec
commit
2a691f9308
1 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue