Skip to content

Commit d574ad4

Browse files
committed
Added HTACCESS to handle requests without index.php
1 parent 4f90f2a commit d574ad4

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine On
2+
RewriteCond %{REQUEST_FILENAME} !-f
3+
RewriteCond %{REQUEST_FILENAME} !-d
4+
RewriteRule ^(.*)$ index.php/$1 [L]

application/.htaccess

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)