how to remove index.php in my URL |
09-03-2015, 03:16 AM
(This post was last modified: 09-03-2015, 03:17 AM by freddy. Edit Reason: change code )
here is is mine
Code: RewriteEngine On then goes to your config/config.php find Code: $config['index_page'] = 'index.php'; change to be Code: $config['index_page'] = ''; |
Messages In This Thread |
how to remove index.php in my URL - by nady - 09-03-2015, 02:46 AM
RE: how to remove index.php in my URL - by freddy - 09-03-2015, 03:16 AM
RE: how to remove index.php in my URL - by nady - 09-03-2015, 06:34 AM
RE: how to remove index.php in my URL - by PaulD - 09-03-2015, 06:42 AM
RE: how to remove index.php in my URL - by InsiteFX - 09-03-2015, 06:54 AM
RE: how to remove index.php in my URL - by CroNiX - 09-03-2015, 09:27 AM
|