Add Forfully Redirect http to https using php code without .htaccess

Add Forfully Redirect http to https using php code without .htaccess

Add Forfully Redirect http to https using php code without .htaccess

This tutorial is for redirecting the http URL to https using the PHP code if your .htaccess will not work for the SSL. It will just redirect all your HTTP URLs to HTTPS without using the .htaccess if your server HTTPS is not on. Just follow the step, and you can get your own redirection.

Step 1)

Just put this code in your main root file or connection file, which is included everywhere inyour project. So every time a URL is scanned with this code, if it finds the http, it will convert it into https.

if (!(isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] == 'on' || 
   $_SERVER['HTTPS'] == 1) ||  
   isset($_SERVER['HTTP_X_FORWARDED_PROTO']) &&   
   $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'))
{
   $redirect = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
   header('HTTP/1.1 301 Moved Permanently');
   header('Location: ' . $redirect);
   exit();
}

66 responses

66 thoughts on “Add Forfully Redirect http to https using php code without .htaccess

  1. tetracycline 500 mg dosage

    Hello! I just wanted to ask if you ever have any trouble with hackers? My last blog (wordpress) was hacked and I ended up losing months of hard work due to no back up. Do you have any methods to protect against hackers?

  2. avanafil

    I’ll immediately clutch your rss as I can’t in finding your email subscription link or newsletter service. Do you have any? Kindly allow me know in order that I may subscribe. Thanks.

  3. loperamide 2mg capsules

    I will immediately snatch your rss feed as I can not in finding your email subscription hyperlink or newsletter service. Do you have any? Please permit me recognise in order that I may just subscribe. Thanks.

  4. glpro

    GL Pro is a natural dietary supplement formulated to help maintain steady, healthy blood sugar levels while easing persistent sugar cravings.

  5. boostaro

    Boostaro is a purpose-built wellness formula created for men who want to strengthen vitality, confidence, and everyday performance.

  6. heroup

    HeroUP is a premium mens wellness formula designed to support sustained energy, physical stamina, and everyday confidence.

  7. prodentim

    ProDentim is a distinctive oral-care formula that pairs targeted probiotics with plant-based ingredients to encourage strong teeth, comfortable gums, and reliably fresh breath.

  8. mitolyn

    Mitolyn is a carefully developed, plant-based formula created to help support metabolic efficiency and encourage healthy, lasting weight management.

  9. purdentix

    PurDentix is a revolutionary oral health supplement designed to support strong teeth and healthy gums. It tackles a wide range of dental concerns

  10. aqua sculpt

    AquaSculpt is a high-quality metabolic support supplement created to help the body utilize fat more efficiently while maintaining steady, reliable energy levels throughout the day.

  11. prostavive

    Maintaining prostate health is crucial for men’s overall wellness, especially as they grow older. Conditions like reduced urine flow, interrupted sleep

  12. arialief

    Arialief is a carefully developed dietary supplement designed to naturally support individuals dealing with sciatic nerve discomfort while promoting overall nerve wellness.

  13. insuleaf

    InsuLeaf is a high-quality, naturally formulated supplement created to help maintain balanced blood glucose, support metabolic health, and boost overall vitality.

  14. prostapeak

    Prosta Peak is a high-quality prostate wellness supplement formulated with a comprehensive blend of 20+ natural ingredients and essential nutrients to support prostate health

  15. prostafense

    ProstAfense is a premium, doctor-crafted supplement formulated to maintain optimal prostate function, enhance urinary performance, and support overall male wellness.

  16. nervegenics

    NerveGenics is a naturally formulated nerve-health supplement created to promote nerve comfort, cellular energy support, antioxidant defense

  17. aquasculpt

    AquaSculpt is a high-quality metabolic support supplement created to help the body utilize fat more efficiently while maintaining steady, reliable energy levels throughout the day.

  18. backbiome

    Backbiome is a naturally crafted, research-backed daily supplement formulated to gently relieve back tension and soothe sciatic discomfort.

  19. nervecalm

    NerveCalm is a high-quality nutritional supplement crafted to promote nerve wellness, ease chronic discomfort, and boost everyday vitality.

  20. visium pro

    Visium Pro is an advanced vision support formula created to help maintain eye health, sharpen visual performance, and provide daily support against modern challenges such as screen exposure and visual fatigue.

  21. viriflow

    ViriFlow is a dietary supplement formulated to help maintain prostate, bladder, and male reproductive health. Its blend of plant-based ingredients is designed to support urinary comfort and overall wellness as men age.

  22. gl pro

    GL Pro is a natural dietary supplement formulated to help maintain steady, healthy blood sugar levels while easing persistent sugar cravings.

  23. aquasculpt

    AquaSculpt is a high-quality metabolic support supplement created to help the body utilize fat more efficiently while maintaining steady

  24. nervecalm

    NerveCalm is a high-quality nutritional supplement crafted to promote nerve wellness, ease chronic discomfort, and boost everyday vitality.

  25. back biome

    Backbiome is an advanced daily wellness supplement formulated to help support spinal comfort, reduce feelings of built-up tension, and promote freer, smoother movement throughout everyday life.

  26. purdentix

    PurDentix is a revolutionary oral health supplement designed to support strong teeth and healthy gums. It tackles a wide range of dental concerns, including gum inflammation and tooth decay

  27. gl pro

    GL Pro is a natural dietary supplement formulated to help maintain steady, healthy blood sugar levels while easing persistent sugar cravings.

  28. aqua sculpt

    AquaSculpt is a high-quality metabolic support supplement created to help the body utilize fat more efficiently while maintaining steady

  29. backbiome

    Backbiome is an advanced daily wellness supplement formulated to help support spinal comfort, reduce feelings of built-up tension, and promote freer, smoother movement throughout everyday life.

  30. boostaro

    Boostaro is a modern mens wellness formula created to support daily vitality, stamina, and confidence through a practical, natural routine.

  31. glpro

    GL Pro is a natural dietary supplement formulated to help maintain steady, healthy blood sugar levels while easing persistent sugar cravings.

Leave a Reply

Your email address will not be published. Required fields are marked *