Skip to content

Commit c3094c8

Browse files
committed
Add text if don't need public/.htaccess.
1 parent e54ebab commit c3094c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ codeigniter/
3636
$ composer create-project kenjis/codeigniter-composer-installer codeigniter
3737
```
3838

39-
Above command installs `public/.htaccess` to remove `index.php` from URL. If you don't need it, please remove it.
39+
Above command installs `public/.htaccess` to remove `index.php` from URL AND `application/config/config.php`'s Line75 edit to `$config['index_page'] = 'index.php';`. If you don't need it, please remove it.
4040

4141
If you want to install translations for system messages:
4242

0 commit comments

Comments
 (0)