-
Notifications
You must be signed in to change notification settings - Fork 102
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
Adding HTTP / HTTPS Automatically when not Added #132
Comments
I've also tried this here (plugin.php - line 15)
|
This also didn't work (plugin.php - line 46)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to Add HTTP to the entered URL if not done by the User.
This Code from Geek For Geeks could solve this issue.
https://www.geeksforgeeks.org/how-to-add-http-if-it-doesnt-exists-in-the-url-in-php/
Unfortunately I wasn't able to add this in a working state to the index.php file.
I thought adding it after Code line 51, could do the work.
Maybe some of you have an Idea?
The text was updated successfully, but these errors were encountered: