Welcome Guest, Not a member yet? Register   Sign In
Best way to remove index.php and redirect to https
#2

Remove the index.php, set the Index file in the config.php file to blank
Code:
/*
|--------------------------------------------------------------------------
| Index File
|--------------------------------------------------------------------------
|
| Typically this will be your index.php file, unless you've renamed it to
| something else. If you are using mod_rewrite to remove the page set this
| variable so that it is blank.
|
*/
$config['index_page'] = '';

To force https you can do that in the htaccess file (which you will also need to set correctly to use mod_rewrite above)

Which i would search for proper scenarios to match your needs on that
Reply


Messages In This Thread
RE: Best way to remove index.php and redirect to https - by trentramseyer - 12-02-2014, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB