• So this is weird:

    I installed WP the way I have in the past, no biggie. When I go from the Dashboard to “visit site”, the “.com” extension of my domain is missing. The page doesn’t load because its just “domain\” instead of “domain.com” in the address bar.
    I have no idea why this is! In cPanel, the directory is setup correctly its just that my navigation from the Dashboard to Site isn’t mapping right.

    Thoughts?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check your Site URL is correct in General Settings.

    Also, I would try re-uploading all the core WordPress files.

    Strange issue though – I’ve never seen it before.

    Hope this helps.

    Thread Starter ericjthomas

    (@ericjthomas)

    Figured it out! Here was the original child theme code from my functions.php file:

    <?php
    update_option(‘siteurl’,’https://domain.com&#8217;);
    update_option(‘home’,’https://domain&#8217;);
    add_theme_support( ‘avia_custom_shop_page’ );
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    }

    As you can see, I missed the “.com” after my domain name. Sheesh. In a hurry. Take care,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘.com missing’ is closed to new replies.