Welcome Guest, Not a member yet? Register   Sign In
problem with htacces and https
#1

Hello
I've made simple htacess from manual:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

If I coming via http - it works
If I coming via https - it works, but changes the address in address line from https://example.com/zzz/ to https://example.com/index.php/zzz/ 

Code:
$config['index_page'] = '';
$config['uri_protocol'] = 'REQUEST_URI';

What can I do to remove this "index.php" from https links?
Reply


Messages In This Thread
problem with htacces and https - by kozebobinka - 06-09-2017, 02:21 AM
RE: problem with htacces and https - by skunkbad - 06-09-2017, 04:03 PM
RE: problem with htacces and https - by jackey - 07-01-2017, 08:16 PM
RE: problem with htacces and https - by Diederik - 07-02-2017, 11:04 AM
RE: problem with htacces and https - by PaulD - 07-02-2017, 01:08 PM
RE: problem with htacces and https - by jackey - 07-02-2017, 10:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB