Viewing 4 replies - 1 through 4 (of 4 total)
  • In the database the root is listed. Update the options table, specifically the siteurl and home fields. Alternatively, you can update the in wp-config.php by adding the following…

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

    More information is found here: https://codex.wordpress.org/Changing_The_Site_URL

    Thread Starter juppinger0

    (@juppinger0)

    I dont have a Database Or tables until now.
    I am still on the first install Page
    („Choose language „).

    Thread Starter juppinger0

    (@juppinger0)

    And i dont have a config until now.

    Thread Starter juppinger0

    (@juppinger0)

    everything fine 🙂
    I just installed without stylesheet-files.

    no problems during installation.
    after that I changed the 2 URLs directly in the options-table (database).

    works fine.

    thanks!!

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

The topic ‘Wrong file path (css …)’ is closed to new replies.