anyone here who has knowledge in drupal. I've set up .htaccess file for https redirection but now I have problems with images on my website. On almost all images there is http link not https .
Is there any general settings?
Web pages are: https://www.gostol-tst.eu/ and https://www.irsmartwheel.eu/ they both run on a same server.
Thanks for answers, Ivan
Related
I moved my live site in the localhost. Website was developed in CMS which is Magento. Now I don't know how to edit it or further develop the website. I have Magento installed on my localhost.
Problem 1. website does not work on local-host. but the first page
only, all the other pages shows missing 404.
Problem 2. How do I develop magento website offline on local-host?
website does not work on local-host. but the first page only, all the other pages shows missing 404.
The most likely cause of this is your localhost webserver does not (if it's apache) have mod_rewrite enabled.
Problem 2. How do I develop magento website offline on local-host?
You develop it by editing its files!
When I try to access my website over https, I get a mixed content error. Looking at the console, The offending resources are all images that are uploaded using the wordpress media uploader.
But isn't wordpress smart enough to know that it should serve those images over ssl if the https version of the website is requested? If not, is there an easy solution to resolve this issue (besides from editing every post to replace say http://example.com/image.jpg with //example.com/image.jpg)
Wordpress has a plugin that does this trick. Wordpress HTTPS(SSL)
It replaced all images loaded through "HTTP" with "HTTPS".
Im having an issue with SSL links in Magento.
I have SSL setup and working...all usual settings.
When i view the source of a page, i can still see HTTP links...and this is invalidating the SSL.
The urls in question (relating to currnecy, store switcher, navigation) are all given out by Magento functions. Such as:
getCategoryUrl();
getSwitchCurrencyUrl();
Does anyone know what may be wrong...is their something i may have missed?
Need any more info, pls let me know...
thanks
Shaun
This is a good thing in the fact that it 'help' prevent search engine from seeing links to your catalog and product page as also been https (causing duplicate content). Also to my knowledge, only if you have resources (images, css, js) it will affect (invalidate) your ssl (because of browser cookies). If you view source on a page with ssl magento will automatically convert those resources to https
I am converting a Frankenstein monster of a website into a Wordpress. The first challenge I am facing is to keep our old URLs for Google. this site has several .PHP pages and several HTML pages.
Our Google ranking is high in several key search terms. So it is important to me that page addresses remain the same. So far I cannot find a plugin which would allow my Wordpress site to have both .HTML and .PHP permalinks.
I am familiar with mod_rewrite() and have used it before, but when I inserted a rewrite rule into the existing Wordpress .htacces file, it broke the routing altogether.
I would greatly appreciate any input from your Wordpress gurus :)
You need to do 301 redirect and here's an example .htaccess.
Redirect 301 /oldpage2.html http://www.yoursite.com/folder/
Magento has in built functionality to use https for my account pages , login page and checkout pages. However, we're finding that only the images and script links are dynamically changing to https. All the page links are not changing in these secure area and have http links instead. We are using Magento 1.7
We're looking for a possible answer or some actual help here and are willing to pay for it.
Any suggestions?