Skip to content

Commit 180cf7c

Browse files
committed
Add <IfModule mod_rewrite.c> to htaccess
1 parent 92258b8 commit 180cf7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dot.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
<IfModule mod_rewrite.c>
12
RewriteEngine On
23
RewriteCond %{REQUEST_FILENAME} !-f
34
RewriteCond %{REQUEST_FILENAME} !-d
45
RewriteRule ^(.*)$ index.php/$1 [L]
6+
</IfModule>

0 commit comments

Comments
 (0)