-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Forced HTTPS wrong redirect #3260
Comments
I was able to recreate the issue with the extra trailing slash, but not with "extra"
As I understand, if you try to enter |
Server info
Changes to HTACCESS Changes to App.php
|
Isn't it set to |
Correct, switched it back so i can start to build something |
Okay, thanks. |
should can be closed in favor of #3292 |
Describe the bug
When
$forceGlobalSecureRequests == True;
then the redirect creates a strange URI scheme http://ci.domain.com/ redirects to https://https//ci.domain.com// and it adds an extra tailing / to the end of an url if you add the / on the end of .comCodeIgniter 4 version
Latest version that composer is pulling down with
composer create-project codeigniter4/appstarter project-root
The text was updated successfully, but these errors were encountered: