Thank you Mark, the changes look fantastic!!
help me to get rid of my old CDN
-
i have decided to stop using stackpathCDN and removed it from my CW subscription. i have checked all the WordPress settings but for some reason, i could not able to get rid of stackpathCDN
pages are trying for old stack path JS but failing to load, any suggestions?
-
searched MySQL DB now replacing stack path URLs with my domain name
-
@Hari you should also check and temporarily disable any caching - particularly cloudflare.
-
@phenomlab i have cleared it and for now it is in dev mode
now manually editing few PHP files -
@Hari I don’t see any need to manually edit PHP files. Are to sure there is no plugin making changes ?
-
@phenomlab we have built a few custom PHP files and embedded iframes … so we need to update them manually
happiness is fixing things
-
@Hari that makes sense. Not something I’d generally recommend, but ok.
-
@phenomlab CW support agent is helping, he is running some commands to replace 00252.stackpateh.com domain with mine.
enjoying CW support
-
@Hari if this in WordPress, or other custom PHP files ?
-
@phenomlab few pages are PHP.
what is the command line to find and replace a text from all files?
i want to find 00-00-raikfcquaxqncofqfm.stackpathdns.com and replace with www.mydomain.com
he has done the major part and said it is taking time since the directory has many files, then he opened a ticket and said he will esclate it soon.
-
@Hari what you need here is
awk
,sed
, and probablygrep
but the two former listed are extremely powerful and can be very dangerous if used incorrectly. Not sure I understand why it’s taking so long for the support technician to complete as these commands - gratuitous in nature - are usually very quick - even when traversing a large directory tree. -
@phenomlab they have done the necessary changes. now everything is working fine.
-
@Hari Ok. Good. Thanks
-