kopia lustrzana https://github.com/magicbug/Cloudlog
Fixed incorrect file reference for removing index.php from URLs
rodzic
3cd6964043
commit
27e12cf538
|
|
@ -12,7 +12,7 @@ The configuration file `application/config/cloudlog.php` is used for setting any
|
||||||
|
|
||||||
## Remove `index.php` from your URL
|
## 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.
|
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 |
|
| URL | Config | Example URL |
|
||||||
|-----|--------|----------|
|
|-----|--------|----------|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue