• I’m not sure what version of wordpress is being used as there is no access to the website. This is the link of where it takes you: https://www.ocf.berkeley.edu/~hes/

    but the original link we had was named: hes.berkeley.edu and it seems this is no longer responsive and I’m not sure why.

    I am also not able to sign in to the admin page.

    Thanks,
    Rocio

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you contacted your hosting providers about this?

    Borge

    (@joeborge0914)

    I guess the site URL has been changed in the database in this kind of case. Have you check the DB? if not, go to phpmyAdmin and go to wp_options table the check the site URL there. Then correct it if its not right.

    Try adding this code in wp-config and see if it will work.

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');
    Thread Starter rmartinez225

    (@rmartinez225)

    Who would be the hosting provider? I thought this site would be the ones to ask?

    And what is the DB?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It seems to be the guys at Berkeley; https://www.ocf.berkeley.edu/

    Thread Starter rmartinez225

    (@rmartinez225)

    Oh! I will get in contact with them then,

    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Website is no longer visible’ is closed to new replies.