Join the community today
Become a Member

After installing Centminmod it connects to https

Discussion in 'Install & Upgrades or Pre-Install Questions' started by pamamolf, Nov 19, 2014.

  1. pamamolf

    pamamolf Well-Known Member

    4,028
    421
    83
    May 31, 2014
    Ratings:
    +817
    Local Time:
    3:10 AM
    Nginx-1.17.x
    MariaDB 10.3.x
    Hi

    After installing centminmod and transfer a forum there i edit my host file on Windows and i can see that it tries to connec to to https..... :(


    The only https installation was from phpmyadmin that is working great when i load it from
    Code:
    usr/local/nginx/html/phpmyadminfolder123/
    Also i am getting 404 errors when i click on a link but i have uncomment and restart the :
    Code:
    try_files $uri $uri/ /index.php;
    As i have done that before 4-5 times and never had any problem do you think that the problem is the used of hosts file?

    my domain conf:

    Code:
    server {
      listen  80;
      server_name mydomain.gr;
      return 301 $scheme://www.mydomain.gr$request_uri;
      }
    server {
      server_name www.mydomain.gr;
     
  2. eva2000

    eva2000 Administrator Staff Member

    50,906
    11,799
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,256
    Local Time:
    11:10 AM
    Nginx 1.25.x
    MariaDB 10.x
    what does your hosts file look like ? as well as all nginx vhost domain files ?
     
  3. pamamolf

    pamamolf Well-Known Member

    4,028
    421
    83
    May 31, 2014
    Ratings:
    +817
    Local Time:
    3:10 AM
    Nginx-1.17.x
    MariaDB 10.3.x
    I manage to fix it and was php code problem and not related to Centminmod at all :)

    Thanks