Open Parent Directory
===============================================================================
 TS-HTTP2HTTPS
===============================================================================

  MIT License

  Copyright (c) 2025 Thomas Schilb

===============================================================================

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

===============================================================================

  A Simple PHP-Script to create a Gateway to Access HTTPS (SSL) Web Pages and
  Files via HTTP-Requests.

-------------------------------------------------------------------------------

This Script may be needed, when there is NO Option to Support SSL-Certificates
for your Web-Client's Browser, e.g. older Smart-Phones.

Method 1
--------

http://[YOURSITE.DOMAIN]/http2https.php?https://www.limetorrents.lol/rss/2/ 

Hereby retrieving the Content of the URL shown after the Question-Mark
of the 'http2https.php'-File.

Method 2
--------

http://[YOURSITE.DOMAIN]/?https://www.limetorrents.lol/rss/2/ 

Hereby retrieving the Content of the URL shown after the Question-Mark
in the [Sub-]Directory where you've uploaded 'index.php'-File.

===============================================================================

Make sure that your web server does NOT automatically redirect http:// URLs
to https://, or set an Exception for the 'http2https.php'-File.