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

(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
Reply


Messages In This Thread
RE: HTTPS and Remove index.php on CodeIgniter - by billk - 08-16-2016, 02:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB