ptpusa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Style Sheets in old URLAllright, I figured it out. It’s the CDN setting that drives load root folder to the SFTP site. I deactivated the CDN and it is now better.
MarcelForum: Fixing WordPress
In reply to: Style Sheets in old URLSo, I checked my wp-config.php and the root directory there is set to the right domain.
efine(‘WP_HOME’,’https://ptpusa.org’);
define(‘WP_SITEURL’,’https://ptpusa.org’);Spoke to GoDaddy again and they stated that “everything is fine” on their end and did not want to explain the gd-config.php file that shows the following:
<?php
define( ‘GD_ACCOUNT_UID’, ‘ef231f49-e8a3-11ea-81eb-3417ebe60eb6’ );
define( ‘GD_ASAP_KEY’, ‘edd84c62c84a84551dd207a6c1f0fbfd’ );
define( ‘GD_CDN_ENABLED’, TRUE );
define( ‘GD_GF_LICENSE_KEY’, ‘icr1ucnetuFifLeALcYQWrGUJGbQD5f1’ );
define( ‘GD_HMT_SERVICE_KEY’, ‘fada44a0-1218-464a-a748-456d1d38f1a7’ );
define( ‘GD_PLAN_NAME’, ‘Deluxe Managed WordPress’ );
define( ‘GD_RESELLER’, 1 );
define( ‘GD_RUM_ENABLED’, TRUE );
define( ‘GD_SITE_CREATED’, 1598511600 );
define( ‘GD_SITE_TOKEN’, ‘3aee6e9d-5292-432a-b448-e4e2f22badcf’ );
define( ‘GD_TEMP_DOMAIN’, ’22j.927.myftpupload.com’ );
define( ‘GD_VIP’, ‘72.167.241.46’ );Not sure what my next step is, perhaps a forwarding from the myftpupload.com to the main domain?
Forum: Fixing WordPress
In reply to: Style Sheets in old URLHi George, thank you for the reply.
This setup was not a choice of me, the domain & wordpress installation is brand new, so I believe these were default settings from the managed wordpress product from GoDaddy. GoDaddy called the external domain the ‘preferred FTP for wordpress installation’ but I see your point that if the site refers to that domain, the crawlers just follow.
I will research how to change the load location of the style sheets towards my ptpusa.org.
Thank you for putting me on the right track.
Marcel