Sign in | Join
Last post 06-24-2009 5:31 AM by Wencui Qian - MSFT. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi all,
Please help me. I have some SSL issue in my website. Problem is that in my website we implement SSL on CMS folder "admin" which manages the site content. But front end is without SSL.
Now Problem is that when we add images on CMS it saves with this path like https://abc.com/images/content/dfg.jpeg . we use fckeditor in CMS for images addition.
which does not displayed on front end because front end is without SSL so Base URL of Front end is http://abc.com/ .
what can i do now.???
Thanks & Regard,
Satinder pl singh
What is is the problem? Are your images not being displayed or are you getting a popup saying your are viewing insecure content from a secure location?
hi whighfield,
Thanks for consideration.
Yes Problem is with images which are not displaying at front end due to wrong path.
if we manualy edit URL and write https: instead of http all images displayed correctly.
Hi Satinder Pal Singh,
I think you may have to rewrite the URL so that it can redirect to HTTPS pages. These links about URL rewriting may help you:
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
http://msdn.microsoft.com/en-us/library/ms972974.aspx
http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/
Thanks.