Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sandeep

Pages: 1 ... 112 113 [114]
1696
DNS / Re: The NS aren't working / information added
« on: February 01, 2016, 08:41:24 AM »
Dear community,
I followed your instructions, however it doesn't work.
I added ns1.mydomain and ns2.mydomain with the ip to cwp. Then i added ns1.mydomain and ns2.mydomain to my domain settings. (A record, pointing to the IP)

What's wrong?

Thank you very much! If you need any more details please ask.

Information:

Zone of my domain

Code: [Select]
; Panel %version%
; Zone file for wecareabout.it
$TTL 14400
wecareabout.it.      86400        IN      SOA     ns1.wecareabout.it. moritz-****.hotmail.de. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

wecareabout.it. 86400 IN NS ns1.wecareabout.it.
wecareabout.it. 86400 IN NS ns2.wecareabout.it.

wecareabout.it. IN A 51.255.***.**

localhost.wecareabout.it. IN A 127.0.0.1

wecareabout.it. IN MX 0 wecareabout.it.

mail IN CNAME wecareabout.it.
www IN CNAME wecareabout.it.
ftp IN CNAME wecareabout.it.
; Add additional settings below this line

ns1     14400   IN      A       51.255.***.**
ns2     14400   IN      A       51.255.***.**

ns1.wecareabout.it. 14400 IN A 51.255.***.**

ns2.wecareabout.it. 14400 IN A 51.255.***.**
you have to  contact host provider support for this

1697
SSL / Re: Remove ssl and redirect https requests to http
« on: January 30, 2016, 12:16:55 PM »
thanks for your reply. Can you please elaborate what to do :-\

1698
SSL / Remove ssl and redirect https requests to http
« on: January 30, 2016, 09:19:26 AM »
How to remove the ssl from domain and redirect all https requests to http?

Pages: 1 ... 112 113 [114]