• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by bugzlife

  1. B

    Resolved force redirect from http to https

    it's ok this problem is solved .. wooopeeeee - bugzlife
  2. B

    Resolved force redirect from http to https

    can anybody help me everytime i use sample codes and try, still the same result redirect loop thanks bugzlife
  3. B

    Resolved force redirect from http to https

    hi jeff thanks for your prompt replied, appreciated i'm fine as usual, hope you are fine as well i'm using Sucuri Security to check the website yes i have a plesk panel, did try set it the redirect from plesk end up redirect loop and it happened all the pages if i type ABC Home Page -...
  4. B

    Resolved force redirect from http to https

    hi i used this code : <configuration> <system.webServer> <rewrite> <rules> <rule name="Force HTTPS" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="off" ignoreCase="true" />...
  5. B

    Resolved force redirect from http to https

    hi jeffernando thanks for your replied i did try it but still page has redirect loop i'm unsure if the webconfig is correct or not giving me the same results page has redirect loop thanks
  6. B

    Resolved force redirect from http to https

    hi need your help, try these force redirect using webconfig end up page has a redirect loop success get the redirect but still page has a redirect loop, how to solve this problem <system.webServer> <rewrite> <rules> <rule name="Force HTTPS" enabled="true"> <match url="(.*)"...
  7. B

    Issue redirect http to https is not working

    hi using plesk and has an SSL certificate in a domain if i type : https:/domainname.com or https://www.domainname.com, it secured but i want it as type www.domainname.com should be automatically redirect to https://domainname.com enter as below domainname.com www.domainname.com...
Back
Top