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 Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    10:33 AM
    Nginx-1.25.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

    53,148
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    5:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what does your hosts file look like ? as well as all nginx vhost domain files ?
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    10:33 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    I manage to fix it and was php code problem and not related to Centminmod at all :)

    Thanks