Questions tagged [https]
Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol with the SSL/TLS protocol to provide encrypted communication and secure identification of a network web server.
21 questions
1
vote
0
answers
67
views
Joomla restricted pages are redirected to 301 Moved Permanently after HTTPS redirection
I have Joomla site with a load balancer (AWS). The website is redirected to https, after redirecting home page works correctly. However, on restricted pages after login are giving the error
301 Moved ...
2
votes
1
answer
181
views
How does Joomla "force https"?
I've thought it is done by modifying .htaccess file, but it is not. Making changes to the "force https" option doesn't change the .htaccess file. Can someone explain to me what is the ...
2
votes
1
answer
1k
views
Making /joomla subdirectory the website root AND forcing HTTPS
Setting up a Joomla site on Apache 2.4 on a Synology Disk Station. Joomla is unavoidably installed in a subdirectory of the web root (/web/joomla) and unfortunately do not have access to the Apache ...
1
vote
1
answer
386
views
Redirection not work from non www to www(https) You configured HTTP(80) on the standard HTTPS(443) port!
I'm currently have a website which runs under https and work with no issue and I've tried to do something on my .htaccess file so that when I try http://abc.com it will redirect to https://www.abc.com
...
0
votes
0
answers
153
views
How to redirect website from non www to www ( Windows +Wamp+Joomla)
I have an issue here where I have already added line below into .htaccess file, AllowOverride all in httpd.conf file, enabled Use URL Rewriting from Joomla, but none of those work. Did I miss out ...
1
vote
1
answer
306
views
Unable to access site after force https and ssl
Yesterday I made a mistake: enabled force HTTPS and force SSL. And shortly I understood my mistake.
I was able to connect to host and change force_ssl from '2' to '0'. But site is still unaccessable.
...
5
votes
1
answer
278
views
Joomla Site not detecting https protocol
I have a Joomla site that I am finishing up and now loading onto the server that will host the live site. I'm now getting the following error in the javascript console:
Mixed Content: The page at '...
0
votes
1
answer
507
views
CSS files and Js files not loading in https
Recently I try add https to a Joomla site.
In https everything was ok, now it’s not loading some CSS files and Js files.
Using the network tab in chrome dev tools I get the following error:
(failed)
...
1
vote
5
answers
805
views
Update all image paths from http to https in Joomla 1.5
We have changed our website from http to https. The site has more than 2000 articles containing images with paths using http://.
We need to replace all images from http to https. I searched for ...
3
votes
1
answer
256
views
Warning when setting Force HTTPS (running on IIS and Azure)
This is a copy of a question that I posted at the Joomla support forums:
When I try to set the Force HTTPS option using the admin facility I get the following warning message:
Warning
HTTPS has ...
3
votes
1
answer
487
views
Virtuemart AJAX Cart pop up error over https
I'm working on an extremely outdated shop template, trying to keep everything else up to date for a client.
The client has set up cloudflare to be used as SSL which is pretty much all sorted, however ...
2
votes
1
answer
581
views
Mixed Content Errors w/ Cloudflare
I'm having some trouble with a couple of sites with mixed content and ssl from Cloudflare. Normally all I need to do is install the plugin from SimBunch and then setup all of my redirects from http to ...
4
votes
3
answers
1k
views
What is the best way to switch an existing Joomla site from http to https (SEO)
What is the best way to switch an existing Joomla site from http to https (SSL), technically and also from an SEO approach.
1st, i had a rule in my htaccess but it was not perfect :
RewriteCond %{...
0
votes
3
answers
2k
views
Joomla admin redirects to https
I wasn't attending one of my websites for 2 weeks, after that and without doing anything at all (like installing or uninstalling anything).
When I tried to login to my website it redirects to https (...
1
vote
2
answers
656
views
Joomla https redirect to different domain
I'm using Joomla 3.6.2 and I can't understand how to do a simple thing.
I'm using cloudflare so I can't use the www.example.com url for https, but I need to use https:// example.com
What I want is to ...