https

  1. I

    http URL not-existed file found while the same https works fine

    Hello, I run a website for a client and we've encountered a strange issue. There's a file at /home/user/public_html/file1.png that when I call this file in my internet browser http://website.com/file1.png I see it, when I rename the file to file2.png and call file1.png, I get error 404...
  2. M

    an website doesn't open with http

    my personal website works fine with https, but with https, it takes a long time loading and gives an error message on the browser Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. the link http://muasil.com/ with...
  3. T

    Interact with Git repo using HTTPS?

    Is it possible to interact (e.g. clone) a cPanel Git repo using HTTPS instead of SSH? Ufortunately proxy/firewall restricts the use of SSH for me. The reason I wan't it to be a cPanel Git repo is to do the automatic push deploy instead of the manual version.
  4. C

    Iframe not working after enabling https redirection

    So I have a customer that has an issue with iframes. When redirection is not enabled the site works perfectly fine and shows all the images in his iframe but when https redirection is enabled it does not work. What ends up happening is he has images that are in an iframe and those images do not...
  5. PCZero

    Turning off https after enabling it - not working

    OK historically all domains on any account on the server used force https direct. After enabliong the force redirect fo a number of domain, they correctly resolved to https. Now I need to test soem code in non https but no matter what i do, the domain in question still force resolves to...
  6. T

    HTTPS Redirect for addon domains

    Hi, I have multiple addon domains but I can't get them to redirect to HTTPS . What should I put in the .htaccess file? Tried pretty much everything there is on Google on this topic. Including this: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}...
  7. M

    SOLVED forwarding https only , not mail

    Hi there , new user to cpanel, just a simple question I have a domain (name it : www.domain.com) in a shared hosting with cpanel. I want to keep one mail account i have (eg : [email protected]) at the shared hosting with the cpanel and i want to forward only the Website Domains Names & Hosting |...
  8. U

    SOLVED force https redirect addon domain

    v84.0.17 I have several domains and subdomains maindomain.tld domain1.tld sub.domain1.tld For maindomain.tld and sub.domain1.tld I can force https redirect, but I cannot for domain1.tld. I can create www.domain1.tld and force HTTPS redirect for that. domain1.tld shows up as a addon domain and...
  9. P

    HTTP works but not HTTPS, tried reinstalling server

    Hi all! I have a really frustrating problem. Recently my HTTPS stopped working. I can access files like png images on http level but when trying https I get timeout. I thought maybe something with the SSL so I went aehad and bought a paid SSL. Changed in cpanel to the new but did not work. In...
  10. A

    getting error while redirecting my website form http to https. i already tryied all htaccess methods.

    hey all, i need some help regarding my domain redirects. i tried all htaccess methods to redirect my domain from http to https with www but nothing happned. also A Valid SSL is installed with domain. i contacted hosting provider company but they are not able to resolve my problem. Note : i am...
  11. V

    Subdomain automatically redirecting to https without any .htaccess

    I have created a subdomain in cpanel for my main domain. When the subdomain was created cpanel assigned an self-signed ssl certificate to this subdomain. Whenever I try to access my subdomain it redirects me to https.mysubdomain. I want to prevent it from going to https. I don't remember any way...
  12. wingtip

    Webalizer stats decreased greater after moving site to HTTPS

    I noticed when looking at Webalizer States for on of my main sites, that the "Hits", "Files", Pages" states fell drastically in May (It is not September 2019). In trying to figure out what might be going on, I realized that May is when I converted my site from HTTP to HTTPS. Would I be correct...
  13. R

    subdomain loads php 5.6 on http and php 7 on https

    I have a whm/cpanel vps. I am trying out opendocman and I had to downgrade to php 5.6 because of deprecated class constructors. No worries. I changed the subdomain to 5.6 and it works fine on http, but of https, it is running php 7 (which doesn't work). I can't find anything online with people...
  14. D

    htaccess redirect from www to https issue

    Hi there, I have the below code in my htaccess to direct to https. Recently I have needed to add more code to make sure my site redirects from index.php to just the domain as otherwise I get a duplicate page at mysite.com.au and mysite.com.au/index.php I have been trying to find an efficient...
  15. S

    Redirect webmail to https

    We are trying to redirect "webmail.domain.com" from http to https in .htaccess file, but we couldn't get redirected. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] This only works for main domain "domain.com" We need both Primary and...
  16. durangod

    https supported protocol

    Hi, http for the new domain works fine... but https gives me both chrome and FF show error. I am using cloudflare This is a new server install and i am using the default values in apache global config. I am uisng the default cypher and the default protocol which is TLSv1.2 I know i have...
  17. MajorLancelot

    SOLVED [CPANEL-22603] HTTPS Redirect Odd Behavior

    Hi. Please, I need your insight on this. Problem: HTTPS redirection is not working when it set using cPanel Redirects. The generated rule looks like this: RewriteEngine on RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-SSL} off RewriteCond %{HTTP_HOST} ^example\.com$ [OR]...
  18. S

    SOLVED Call to UAPI install_ssl returns meta refresh to https

    Hi, I just moved my site to a new cPanel server from an existing cPanel server (both CentOS 7). The old cPanel was v68 but this one shows v70 (don't know if it's relevant for this issue). I had a Perl script that worked fine on the old server by calling...
  19. A

    HTTP shows a blank page for sites and HTTPS shows certificate warning

    When I open any site hosted on my server using HTTP, I get blank page. If I open any site using HTTPS, I get certificate warning and I can view the site. How can I setup up sites to use HTTP, as I don't have certificates. http://example.tld shows a blank page https://example.tld shows a warning
  20. N

    Apache redirect www to non-www and HTTP to HTTPS

    Please let me know that how to Apache redirect www to non-www and HTTP to HTTPS? http://example.com http://www.example.com https://example.com https://www.example.com https://www.example.com/all-directory/sub-directory/ To https://example.com