• The site im trying to move is truebud.ca

    im trying to move it to my my domain which is coinpays.ca i was going to slap it in a subdomain like truebud.coinpays.ca

    i checked the site url and wordpress admin url in the DB and its set to truebud.coinpays.ca

    i checked the wp-config mysql configs and it connects fine.

    the best i get is the are you 18 and over question.

    The current live version of the site is truebud.ca
    The place im trying to bring it to is truebud.coinpays.ca

    Also i cant access wp-admin either.

    What is the correct way to bring the whole site to my subdomain.

    • This topic was modified 5 years, 6 months ago by syngreis.
    • This topic was modified 5 years, 6 months ago by syngreis.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter syngreis

    (@syngreis)

    update…i got it to work but the issue now is all the images in my image gallery isnt loading properly. it holds the information and fielnames and such but the image itself isnt there.

    Did you actually move all of the media files to the new location too? As its almost like you havent moved any media to the new site…

    Thread Starter syngreis

    (@syngreis)

    i copied everything in the websites folder.

    Thread Starter syngreis

    (@syngreis)

    *bump for more relevant answer.

    Thread Starter syngreis

    (@syngreis)

    https://ibb.co/Btj7VH5

    This is an image for comparison.

    the left is the one that is missing alot of images. you can see all the product images not being loaded correctly.

    Also to make things worse i cant view the products page to list these products.

    What i did is i copy and pasted the entire directory and imported the database and changed any links from the live one to the subdomain one.

    Thread Starter syngreis

    (@syngreis)

    *bump

    Thread Starter syngreis

    (@syngreis)

    so i updated my nginx server settings with this

    location / {
    try_files $uri $uri/ /index.php?$args;
    }

    location ~ \.php$ {
    fastcgi_split_path_info ^(.+\.php)(/.+)$;
    fastcgi_index index.php;
    fastcgi_pass unix:/var/run/php/php7.1-fpm.sock; #Ubuntu 17.10
    # fastcgi_pass unix:/var/run/php/php7.0-fpm.sock; #Ubuntu 17.04
    include fastcgi_params;
    fastcgi_param PATH_INFO $fastcgi_path_info;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    }

    now its loading product pages and it APPEARS the images are there but it doesnt display it. when i view products page and hover over it it shows the zoomed up images.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘moving wordpress from domain to subdomain’ is closed to new replies.