Fixed incorrect file reference for removing index.php from URLs

master
Adam 2020-11-14 00:39:32 -06:00
rodzic 3cd6964043
commit 27e12cf538
1 zmienionych plików z 1 dodań i 1 usunięć

@ -12,7 +12,7 @@ The configuration file `application/config/cloudlog.php` is used for setting any
## Remove `index.php` from your URL
To get rid of the `index.php` in your URL (using Apache with mod_rewrite) you have to rename the example file `.htaccess.sample` to `.htaccess` in the root directory of your server.
You also have to change one line in the configuration file `application/config/cloudlog.php` to `$config['index_page'] = '';`
You also have to change one line in the configuration file `application/config/config.php` to `$config['index_page'] = '';`
| URL | Config | Example URL |
|-----|--------|----------|