• Anonymous User 16760712

    (@anonymized-16760712)


    The domain has expired and the site has broken up. What can I do to get the original look as soon as possible? As if the domain was still functioning.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Josh

    (@oakesjosh)

    If you edit your wp-config.php file and add these values things should function properly again.

    define( 'WP_HOME', 'https://supportpl.nazwa.pl/pttk2018/' );
    define( 'WP_SITEURL', 'https://supportpl.nazwa.pl/pttk2018/' );

    Here’s more information on changing your site URL

    • This reply was modified 5 years, 1 month ago by Josh. Reason: spelling

    Another approach is to teach your browser how to access your server without using the DNS lookup system, what you need is:

    1) your server's IP address which is 85.128.252.18
            (found using "ping supportpl.nazwa.pl")
    2) how to edit the "hosts" file on your PC, your browser consults it BEFORE doing a DNS name lookup, details here:
     https://en.wikipedia.org/wiki/Hosts_%28file%29

    Then add these lines to your hosts file:
    85.128.252.18 kursprzewodnikpttk2018.pl
    and
    85.128.252.18 www.kursprzewodnikpttk2018.pl

    Thread Starter Anonymous User 16760712

    (@anonymized-16760712)

    thank you all, I’ll try this afternoon. ??

    You can use the hosts file on your server. Use the actual ip and FDQN name. Hosts file is used before DNS on most operating systems.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The domain has expired and the site has broken up’ is closed to new replies.