Closed (fixed)
Project:
Ubercart SSL
Version:
6.x-1.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2010 at 17:53 UTC
Updated:
30 Nov 2012 at 09:03 UTC
Thank you for this great module.
I having trouble securing the user pages. I tried
'User Edit page' => 'user/*', //Secure all User pages. didn't work, then I tried specific pages like this
'User Edit page' => 'user/*/edit/*', //Secure User Edit page. still didn't work. My pathauto sets each user's page like this mysite.com/craig, so user edit page looks like mysite.com/craig/edit
Also my captcha images are not visible on the registration page and some of my other images located in/files. Thanks.
Comments
Comment #1
fehin commentedThis is currently what my module looks like
Comment #2
fehin commentedDoes pathauto affect the links? If I use the pathauto link instead of the generic links, would it work?
Comment #3
fehin commentedAbout the images, they are located in files folder. The link to one of the images not visible on check out page is http://www.mywebsite.com/files/Facebookb.png. Does this link need https too? How do I make work? Thanks.
*Edit*
I figured out the image issue. I was using full path for the link in my code. Once I changed it to something like /files/Facebookb.png, it worked. Now I just have figure out how to get the user pages to work. Hope someone can help.
Comment #4
crystaldawn commented