Author |
Topic  |
|
motonet
VP-CART New User

Spain
79 Posts |
Posted - November 18 2016 : 07:51:26
|
Hi
We are triying to list our products in google shopping, but they told us that all the pages in the site where we collect personal data, like e-mail and phone number, should have a secure SSL connection (https://...)
How can we redirect shopquestion.asp and shopcustcontact.asp to https?
We have configured the site, to use our SSL certificate but only switches to SSL mode in one page checkout.
Thanks Saludos Diego |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - November 18 2016 : 12:55:32
|
try to add this rule in your web.config
<rule name="SpecificRedirect" stopProcessing="true"> <match url="^shopcustcontact.asp$" /> <conditions> <add input="{HTTPS}" pattern="^off$" /> </conditions> <action type="Redirect" url="https://yourdomainname.com/shopcustcontact.asp" /> </rule>
*peace - serj* |
 |
|
pete.gardner
Starting Member
9 Posts |
Posted - November 23 2016 : 14:52:10
|
i did full https for my store |
 |
|
motonet
VP-CART New User

Spain
79 Posts |
Posted - November 25 2016 : 05:17:49
|
Hi Serj.
Thanks for your help
I tested it and partially worked.
If I add two rules for shopquestion.asp and shopcustcontact.asp a 500 server error appears.
This is what I added to web.config:
<rewrite> <rules> <rule name="SpecificRedirect" stopProcessing="true"> <match url="^shopcustcontact.asp$" /> <conditions> <add input="{HTTPS}" pattern="^off$" /> </conditions> <action type="Redirect" url="https://mydomainname.com/shopcustcontact.asp" /> </rule> <rule name="SpecificRedirect" stopProcessing="true"> <match url="^shopquestion.asp$" /> <conditions> <add input="{HTTPS}" pattern="^off$" /> </conditions> <action type="Redirect" url="https://mydomainname.com/shopquestion.asp" /> </rule> </rules> </rewrite>
What am I doing wrong?
On the other side, I have redirected all the site to https as pete suggests, but I´m interested on only redirect shopquestion and shopcustcontact
Thanks Saludos Diego |
Edited by - motonet on November 26 2016 02:45:32 |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - December 05 2016 : 11:12:06
|
try to use different rule name for each rule
<rule name="SpecificRedirect" stopProcessing="true"> replace to <rule name="SpecificRedirect2" stopProcessing="true">
*peace - serj* |
 |
|
AleChe91
VP-CART New User

Italy
128 Posts |
Posted - December 09 2016 : 03:19:28
|
@pete.gardner how is the speed of your website? Before/after https
Alessandro
Stock Elettrico S.r.l. |
 |
|
pete.gardner
Starting Member
9 Posts |
Posted - December 12 2016 : 11:57:06
|
@Alessandro
I think i got the same results between http and https, did you find differently? |
 |
|
motonet
VP-CART New User

Spain
79 Posts |
Posted - December 13 2016 : 19:52:08
|
Hi.
Since google has been highly demanding with us in this aspect, we decided to make full site https.
As soon as we upload the feed, our merchant account was suspended and we worked more than a month to adapt the feed to the google shopping standards for Spain
I haven´t make any deep testing on the speed, but the site is running normally and please ...work hard to be listed in google shopping, the difference is remarkable.
http://screencast.com/t/ov5YLzzqIQq
http://screencast.com/t/9zElZC2Lpbrl
Thanks serj!!
Saludos Diego |
Edited by - motonet on December 15 2016 10:38:13 |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - December 14 2016 : 13:48:00
|
wow! seems you''ve got significant visitors increment Diego! congrats!
*peace - serj* |
 |
|
motonet
VP-CART New User

Spain
79 Posts |
Posted - December 16 2016 : 13:49:17
|
Hey Serj
I was listening to your channel in Deezer!!! Wow
Do you know what MOLA means in spanish?
Pues MOLA!!

Saludos Diego |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - December 20 2016 : 11:29:10
|
tell me what''s that bro! seems that''s cool slang :D
*peace - serj* |
 |
|
|
Topic  |
|