Changes between Initial Version and Version 1 of Ticket #14, comment 1


Ignore:
Timestamp:
Feb 22, 2018 5:04:12 PM (7 years ago)
Author:
victor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14, comment 1

    initial v1  
    1 document: ITCPay email function issue fixing.docx
    2 
    3 You should redirect itcpay.com link to www.itcpay.com. So if an user visits itcpay.com, he will be redirected to www.itcpay.com.
    4 Please create a function that even if an user visits direct link of any other page of the site without using leading www in the URL, the user will automatically be redirected to the page with URL starting with www.
    5 For example, if an user visits itcpay.com/login or itcpay.com/register directly, the user will be redirected to www.itcpay.com/login and www.itcpay.com/register respectively.
    6 
    7 Previously when the user visited IP address or http://IP address, the user got redirected to www.itcpay.com.
    8 But when the user visited https://IP address, the user got unsecure connection warning in his browser and if the user clicked “Advanced>Continue anyway” the user was able to access the site, but the URL remained as https://IP address in the address bar and the user did not get redirected to www.itcpay.com.
    9 
    10 So there are problems. Can an IP address be SSL protected? If so, we should protect the IP address with SSL as well.
    11 
    12 Furthermore, redirect the IP address to www.itcpay.com. And enable a feature that whether an user visits IP address or http://IP address or https://IP address, the user will be redirected to www.atcpay.com.
    13 Also enable a feature that even if an user visits direct IP address link of any other page, the user will automatically be redirected to the page with URL starting with www.
    14 For example, if an user visits IP address/login or IP address/register directly, the user will be redirected to www.itcpay.com/login and www.itcpay.com/register respectively.