Welcome Guest, Not a member yet? Register   Sign In
Installing SSL for codeigniter
#1

(This post was last modified: 04-08-2020, 09:44 AM by jreklund.)

Dear All,

I have just installed SSL for my site. and put following in htaccess for redirection.

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]

Now home page is working fine, but when i tried to open Admin Page or any other page it gives 404 error.

then i removed above code from htaccess and try open manually by writing **redacted**, then its working absolutely fine for all pages.

Please guide me accordingly.
Thanks
Reply


Messages In This Thread
Installing SSL for codeigniter - by rrashid090 - 04-08-2020, 09:40 AM
RE: Installing SSL for codeigniter - by jreklund - 04-08-2020, 09:47 AM
RE: Installing SSL for codeigniter - by jreklund - 04-17-2020, 12:46 PM
RE: Installing SSL for codeigniter - by jreklund - 04-20-2020, 09:14 AM
RE: Installing SSL for codeigniter - by lorsz - 11-07-2023, 06:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB