SSL does not work as it should on Adobe Muse site

I just purchased SSL and it loaded in httpd.conf and it is recognized as being there and being operational.

However, I want users of my site to be forced to redirect to https, http, so that they can view the Green padlock and https and feel safe.

Many blogs say I need to put in place the mod_rewrite but how?

In addition, they say that I need to edit .htaccess but with what? I tried the following and many other rules, but nothing works:

RewriteEngine on

RewriteCond% {SERVER_PORT} 80

RewriteRule ^(.*) $ https://www.advanceconsult.co.UK/$ 1 [R = 301, L]

When I add to what precedes my .htaccess file and try to go on my site I get this image page IE this webpage has a redirect loop.


Picture4.png

Please can someone tell me where I'm wrong. So far, I spent 3 days on this.

Here's the rest of my .htaccess file where this is useful:

# Begin Muse generated redirects

# End generated Muse redirects

RewriteEngine on

RewriteCond %{HTTP_HOST}! ^ (advanceconsult\.co.uk)?$

RewriteRule ^(.*) $ http://advanceconsult.co.UK/$ 1 [R = 301, L]

RedirectMatch "\.php$" http://www.advanceconsult.co.uk/index.html

RedirectMatch "\.aspx$" http://www.advanceconsult.co.uk/index.html

ErrorDocument 400 http://www.advanceconsult.co.UK/400.html

ErrorDocument 403 http://www.advanceconsult.co.UK/403.html

ErrorDocument 404 http://www.advanceconsult.co.UK/404.html

ErrorDocument 500 http://www.advanceconsult.co.UK/500.html

RewriteEngine on

%{HTTP_HOST} ^creativemarketing\.advanceconsult\.co.uk$ [NC] RewriteCond

RewriteRule ^ http://advanceconsult.co.UK/creative-marketing.html   [L,R]

RewriteEngine on

%{HTTP_HOST} ^strategicmarketing\.advanceconsult\.co.uk$ [NC] RewriteCond

RewriteRule ^ http://advanceconsult.co.UK/strategic-marketing.html   [L,R]

RewriteEngine on

%{HTTP_HOST} ^projectmanagement\.advanceconsult\.co.uk$ [NC] RewriteCond

RewriteRule ^ http://advanceconsult.co.UK/project-management.html   [L,R]

RewriteEngine on

%{HTTP_HOST} ^chinasourcing\.advanceconsult\.co.uk$ [NC] RewriteCond

RewriteRule ^ http://advanceconsult.co.UK/China-Sourcing.html   [L,R]

RewriteEngine on

%{HTTP_HOST} ^blog\.advanceconsult\.co.uk$ [NC] RewriteCond

RewriteRule ^ http://advanceconsult.co.uk/blog.html [L,R]

RewriteEngine on

%{HTTP_HOST} ^contact\.advanceconsult\.co.uk$ [NC] RewriteCond

RewriteRule ^ http://advanceconsult.co.uk/contact.html [L,R]

# BEGIN expires headers

< ifModule mod_expires.c >

ExpiresActive on

ExpiresDefault "access plus 5 seconds"

ExpiresByType image/x-icon "access plus 2592000 seconds"

ExpiresByType image/jpeg "access plus 2592000 seconds"

ExpiresByType image/png "access plus 2592000 seconds"

ExpiresByType image/gif "access plus 2592000 seconds"

ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"

ExpiresByType text/css "access plus 604800 seconds"

ExpiresByType text/javascript "access plus 216000 seconds"

ExpiresByType application/javascript "access plus 216000 seconds"

ExpiresByType application/x-javascript "access plus 216000 seconds"

ExpiresByType text/html "access plus 600 seconds'

ExpiresByType application/xhtml + xml "access plus 600 seconds.

< / ifModule >

# END expires headers

# START the Cache-Control headers

< ifModule mod_headers.c >

< filesMatch "------." (ico | jpe? g | png | gif | swf) $">"

The "public" Cache-Control header value

< / filesMatch >

< filesMatch "------." (css) $">"

The "public" Cache-Control header value

< / filesMatch >

< filesMatch "------." (js) $">"

The "private" Cache-Control header value

< / filesMatch >

< filesMatch "------." (x? html? | $php) ">"

Header value "private, must-revalidate" Cache-Control

< / filesMatch >

< / ifModule >

# END of the Cache-Control headers

About the SSL protocol, when I enter https before my domain name I also get a yellow triangle where the Green lock should be.

How do you make what follows that AlphaSSL say stop the yellow triangle that appears with the associated warnings - see image below:

"Since you have the SSL certificate installed, allowing the padlock. The warning you found on this padlock has to do with the configuration of your Web site. Modify the html code on your page to have connected it via https rather than http, this problem will be solved. (for example images, scripts and links should all be https and not http). This would be dealt with through Adobe Muse. »


Picture3.png

Finally, the company SSL told me that the following appeared as the security issues on my site:

Insecure URL: http://fonts.googleapis.com/CSS?family=source%20Sans%20Pro

In: https://advanceconsult.co.uk/index.html

Where did this come from?

Insecure URL: http://assets.pinterest.com/JS/pinit.js

In: https://advanceconsult.co.uk/index.html

It comes from the Muse widget social icons fall on the master page.

Why isn't course and how there address?

Insecure URL: http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNzbP97U9sKh0jjxbPbfOKg.TT f

In: http://fonts.googleapis.com/CSS?family=source%20Sans%20Pro

Where did this come from?


I hope someone can help me.


I'm deparate.


See you soon


Mike

He'll never be green as long as you use external sources such as widgets. It's out of your control. Obsessed over this is somewhat a waste of time. Just get the files over HTTPS is not always make things safer, especially in your case, if an old or generic provider key is used.

Mylenium

Tags: Adobe Muse

Similar Questions

Maybe you are looking for