Changes between Version 1 and Version 2 of Ticket #14


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14 – Description

    v1 v2  
    1 document: Priority tasks (Doc 3).docx
     1'''document''': Priority tasks (Doc 3).docx
    22
    33Reference: Document 1
     
    66
    77When I visit itcpay.com with Firefox, I get redirected to www.itcpay.com. But when I visit itcpay.com with Google Chrome or Avast Safezone browser, the URL remains as itcpay.com on the browser address bar. You have to fix up this issue. Whatever browser the user uses, the user should be redirected to www.itcpay.com if the user visits itcpay.com.
     8
     9'''document''': ITCPay email function issue fixing.docx
     10
     11You should redirect itcpay.com link to www.itcpay.com. So if an user visits itcpay.com, he will be redirected to www.itcpay.com.
     12Please 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.
     13For 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.
     14
     15Previously when the user visited IP address or http://IP address, the user got redirected to www.itcpay.com.
     16But 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.
     17
     18So there are problems. Can an IP address be SSL protected? If so, we should protect the IP address with SSL as well.
     19
     20Furthermore, 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.
     21Also 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.
     22For 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.