Skip to content

not able to redirect from http to https in php (codeigniter 3)

0

Dear Team,

I hope this email finds you well. Over the past few days, I have been attempting to redirect our website from HTTP to HTTPS using .htaccess and Apache. Unfortunately, despite my efforts, I have not been successful in achieving this goal. While researching possible solutions, I came across some resources that suggest utilizing the AWS Load Balancer service. However, as this appears to be a paid service, I would prefer to explore other alternatives to accomplish this task without incurring any additional costs.

I kindly request your guidance and expertise in finding a cost-effective method to achieve the HTTP to HTTPS redirection. Your support in this matter would be greatly appreciated.

Looking forward to your valuable input.

Best regards, Ravi Phone: +91 9960070348 Email: ravimane1991@gmail.com

2 Answers
1

You may have to reach out to https://www.codeigniter.com/discuss for any steps you may be missing. If this is something missing or not supported then you can redirect HTTP requests to HTTPS using an Application Load Balancer https://repost.aws/knowledge-center/elb-redirect-http-to-https-using-alb

AWS
EXPERT
answered 3 years ago
0

The steps for doing this using either Apache or .htaccess are both described here https://www.ssl.com/how-to/redirect-http-to-https-with-apache/

EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.