Welcome Guest, Not a member yet? Register   Sign In
HTTPS and Remove index.php on CodeIgniter
#4

(08-16-2016, 02:54 AM)billk Wrote:
(08-16-2016, 12:44 AM)chaegumi Wrote: RewriteCond $1 !^(index\.php|(.*)\.swf|forums|images|css|downloads|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]

replace to

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php/$1

Still not work

It's in your config file... http:// or https://
Reply


Messages In This Thread
RE: HTTPS and Remove index.php on CodeIgniter - by Code4fun - 08-16-2016, 03:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB