Details
- 
    Type:Bug 
- 
    Status: Resolved
- 
    Priority:Major 
- 
    Resolution: Fixed
- 
    Affects Version/s: unspecified
- 
    Fix Version/s: None
- 
    Component/s: Setup Pages
- 
    Labels:None
- 
    Environment:Operating System: Linux 
 Platform: PC
- 
        Bugzilla Id:3490
Description
I entered;
http://www.guthy-renker-store.com
and
I ended up with:
^http(s?)\:\/\/(http\://www\.guthy-renker-store\.com(\:[0-9]
{1,5})?)([\?\/].*)?|(http\://www\.proactiv\.com/(\:[0-9]{1,5})?)([\?\/].*)?$
which is not valid.
Looks like it should have been:
^(http(s?)\:\/\/www\.guthy-renker-store\.com(\:[0-9]
{1,5})?)([\?\/].*)?|(http(s?)\:\/\/www\.proactiv\.com/(\:[0-9]{1,5})?)([\?\/].*)?$