Pressable Hosting for Managed WordPress Plans

Pressable Hosting Migration from Other Host

Q. I want to migrate https://xyz.com/
A. We would be happy to assist you with the migration of your WordPress site to Pressable. To proceed we’ll need the following information: (1) The origin site’s wp-admin login page URL, (2) The origin site’s wp-admin login credentials (username and password), Your preferred Data Center for this site, Does the site need to be put in Maintenance mode? (Yes/No) – If your site is e-commerce, it’s best to enable Maintenance mode, (Optional) If created already, the MyPressable site name or URL
Do you want the migration to begin as soon as possible, or on a specific date/time?

Q. Can I want to migrate https://xyz.com/ with plugin?
A. You can use our automated migration plugin to migrate a site easily to Pressable https://pressable.com/knowledgebase/using-the-pressable-automated-migration-plugin/

Q. Can I want to migrate https://xyz.com/ manually?

A. we can manually migrate the website and you just need to provide us with the following files

  • wp-content.zip and database.sql

Q. How to upload files?

A. https://pressable.com/knowledgebase/setup-and-use-sftp-to-connect-to-your-wordpress-site/ I am following up to know if you need help in migrating the website. Have you uploaded the backup copies to the root of the site using SFTP? Feel free to reach out when you have uploaded the files and we can import it on our end.

Domain Management and Nameserver

Q. How to assign a domain ?

A. You can follow this guide to assign the domain: https://pressable.com/knowledgebase/assigning-domain-pressable/

Q. When you will update the nameserver,

A. you can click on the star icon to set your domain as primary from domains tab here: https://my.pressable.com/sites/1331535#manage_domains


Q. I am using cloudflare CDN and subdomain. there is A record of xyz undder DNS menu. pls check and tell me , which IP need to input?
A. We have following A records IP addresses: 199.16.172.91 and 199.16.173.1

Q. but I can input one, so which one? You can follow this guide to point your domain to Pressable from Cloudflare.

A. https://pressable.com/knowledgebase/how-to-point-cloudflare-dns-records-to-pressable/ You can input both IP one by one. You are welcome to create a new same A record to add another IP. Looks good but please disable the Cloudflare proxy as per this guide: https://pressable.com/knowledgebase/how-to-point-cloudflare-dns-records-to-pressable/#disable-proxying
disabled

Q. so what will happen after disable ?

A. Now your website will be protected by our firewall for any kind of attack.

SSL and CDN

Q. should I set SSL + Full in cloudflare?
A. yes

Q. wiil I get CDN benifit of coloudflare now

A. Since, Cloudflare proxy is disabled but we do have our own Edge cache that you can utilize. Please follow this guide for more details: https://pressable.com/knowledgebase/edge-cache/

Backup and Restore

A. You can follow this guide to create a backup of your website:
https://pressable.com/knowledgebase/how-to-manually-back-up-your-site/

Q. What is pressable backup?

A. Got it. We cannot offer assistance regarding Jetpack backups. If you want to use MyPressable to download a single SQL file, you can do so from the backup section. It is very easy, here are the instructions on how to do so: https://pressable.com/knowledgebase/accessing-backups/ , You just need to select the date-time you want and download the database export

Pressable Hosting for Maleware Scanner and Fixing

Q. is this package have maleware scanner?
A. Alright. yes, we do provide Jetpack malware scanning option to clean up the malware.
Q. can I change site address after 7 days
A. Sure thing.

Q. How can I scan malware and fix

A. You need to connect Jetpack and scan the website there. Here’s a complete step by step guide to enable Jetpack:
https://pressable.com/knowledgebase/what-is-jetpack-security-how-to-enable/
Q. if I connect with xyz.comand delete this site. After deleting this site I will add another new site. So can I configure jetpack again in new site?
A. Yup, you can configure it in a new website again but I would suggest you to disconnect Jetpack connection before deleting the site.



How to Create Addon or Subdomain in Different Hosting Server

Oleksii O.

joined the chat

23 Apr 2024, 2:14 PM

Hosting: Please create the following TXT record for the ar.hadisquran.com subdomain to verify the domain name ownership:
Name: ar | Type: TXT | Value: Domain verification

I allowed the domain usage on my end.

Yes, since the domain is registered with a third-party registrar, it can not be verified automatically.

The chat ID is NC-LR-3824. (Ashok N.) 21 May 2024, 4:32 PM

So, please kindly add a third nameserver for your domain. Third nameserver- dns1.web-hosting.com

Gokulakannan M (Here is the chat ID – NC-MI-1087)

To point a domain to the hosting only the A record is enough.

Here is your server IP – 162.0.215.13

Now Add Addon/Subdomain in Namecheap

wp cli commands for wordpress hosting server management

CommandDescription
wp adminOpen /wp-admin/ in a browser.
wp cacheAdds, removes, fetches, and flushes the WP Object Cache object.
wp capAdds, removes, and lists capabilities of a user role.
wp cliReviews current WP-CLI info, checks for updates, or views defined aliases.
wp commentCreates, updates, deletes, and moderates comments.
wp configGenerates and reads the wp-config.php file.
wp coreDownloads, installs, updates, and manages a WordPress installation.
wp cronTests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
wp dbPerforms basic database operations using credentials stored in wp-config.php.
wp dist-archiveCreate a distribution archive based on a project’s .distignore file.
wp embedInspects oEmbed providers, clears embed cache, and more.
wp evalExecutes arbitrary PHP code.
wp eval-fileLoads and executes a PHP file.
wp exportExports WordPress content to a WXR file.
wp findFind WordPress installations on the filesystem.
wp helpGets help on WP-CLI, or on a specific command.
wp i18nProvides internationalization tools for WordPress projects.
wp importImports content from a given WXR file.
wp languageInstalls, activates, and manages language packs.
wp maintenance-modeActivates, deactivates or checks the status of the maintenance mode of a site.
wp mediaImports files as attachments, regenerates thumbnails, or lists registered image sizes.
wp menuLists, creates, assigns, and deletes the active theme’s navigation menus.
wp networkPerform network-wide operations.
wp optionRetrieves and sets site options, including plugin and WordPress settings.
wp packageLists, installs, and removes WP-CLI packages.
wp pluginManages plugins, including installs, activations, and updates.
wp postManages posts, content, and meta.
wp post-typeRetrieves details on the site’s registered post types.
wp profileQuickly identify what’s slow with WordPress.
wp rewriteLists or flushes the site’s rewrite rules, updates the permalink structure.
wp roleManages user roles, including creating new roles and resetting to defaults.
wp scaffoldGenerates code for post types, taxonomies, plugins, child themes, etc.
wp search-replaceSearches/replaces strings in the database.
wp serverLaunches PHP’s built-in web server for a specific WordPress installation.
wp shellOpens an interactive PHP console for running and testing PHP code.
wp sidebarLists registered sidebars.
wp siteCreates, deletes, empties, moderates, and lists one or more sites on a multisite installation.
wp super-adminLists, adds, or removes super admin users on a multisite installation.
wp taxonomyRetrieves information about registered taxonomies.
wp termManages taxonomy terms and term meta, with create, delete, and list commands.
wp themeManages themes, including installs, activations, and updates.
wp transientAdds, gets, and deletes entries in the WordPress Transient Cache.
wp userManages users, along with their roles, capabilities, and meta.
wp widgetManages widgets, including adding and moving them within sidebars.

Basic SSH Linux Commands for Dedicated Web Host Server

Basic SSH Commands for Dedicated Web Host Server

ls: Show directory contents (list the names of files).
cd: Change Directory.
mkdir: Create a new folder (directory).
touch: Create a new file.
rm: Remove a file.
rm -rf * : Remove all files and directories
cat: Show contents of a file.
pwd: Show current directory (full path to where you are right now).

df -h: to check memory

cp: Copy file/folder.

mv public_html ~/shop.cybersecurity.com/ : To copy public_html, go first on this directory/home/dh_ejyi/earth.com/tms/homedir then run above command . Because public_html is exist in /home/dh_ejyi/earth.com/tms/homedir.

mv public_html* ~/shop.cybersecurity.com/ : To copy all files under public_html, go first on this directory/home/dh_ejyi/earth.com/tms/homedir then run above command . Because files of public_html is exist in /home/dh_ejyi/earth.com/tms/homedir.

To move files:
mv /home/dh_9uevtg/ithelpdesk.babylonit.com/ithelpdesk/* /home/dh_9uevtg/ithelpdesk.babylonit.com/

To copy files
cp -r /home/dh_9uevtg/ithelpdesk.babylonit.com/ithelpdesk/* /home/dh_9uevtg/ithelpdesk.babylonit.com/

To Downlad

mysqldump –opt –user=username -p –host=yourMySQLHostname –no-tablespaces dbname > nameofyourbackup.sql

Just replace the variable
username – database username
yourMySQLHostname – database hostname
dbname – database name
nameofyourbackup.sql – SQL file name you want it to be named as


mv: Move file/folder.

grep: Search for a specific phrase in file/lines.
find: Search files and directories.
vi/nano: Text editors.
history: Show last 50 used commands.
clear: Clear the terminal screen.
tar: Create & Unpack compressed archives.
wget: Download files from the internet.
du: Get file size.

cp -rp Halalbajar090421/halal/* Halalbajar090421/ : Copy all files of Halalbajar090421/halal/ into Halalbajar090421/ same like cp -rp shop.cybersecurity-earth.com/Halalbajar090421/* shop.cybers ecurity-earth.com/

zip -r hadisquran.com.zip hadisquran.com: This command will make zip folder in same directory.
unzip filename.zip: Unzip zip file
tar -xvf file_name.tar: Unzip tar file
tar -C /myfolder -xvf file_name.tar: Xtract to another directory

[vps52657]$ mysql -h mysql.ithelpdesk.babylonit.com -u ithelpdeskbabylo -p ithelpdesk_babylonit_com < babyloni_ithelpdeskp.sql

mysql -h mysql.ithelpdesk.babylonit.com -u ithelpdeskbabylo -p dbname < babyloni_ithelpdeskp.sql

Db Import: mysqldump –opt –user=username -p –host=yourMySQLHostname –no-tablespaces dbname > nameofyourbackup.sql

SubjectLink
UNIX commands — Working with directorieshelp.dreamhost.com/hc/en-us/articles/215465297-UNIX-commands-Working-with-directories
UNIX commands — Working with fileshelp.dreamhost.com/hc/en-us/articles/214750848-UNIX-commands-Working-with-files
WordPress.comwordpress.com/support/sftp/
Import DBhelp.dreamhost.com/hc/en-us/articles/221686207
Blue Hostbluehost.com/help/article/ssh-commands

WordPress.com Hosting Plans Premium, Business and eCommerce

WordPress.com Hosting Plans Premium, Business and eCommerce

WordPress.com Hosting Plans Features

PremiumBusinesseCommerce
Free domain for one yearFree domain for one yearFree domain for one year
Best-in-class hostingBest-in-class hostingBest-in-class hosting
Jetpack essential featuresJetpack advanced featuresJetpack advanced features
Unlimited customer support via emailUnlimited customer support via emailUnlimited customer support via email
Unlimited premium themesUnlimited premium themesUnlimited premium themes
13 GB storage space200 GB storage space200 GB storage space
Remove WordPress.com adsRemove WordPress.com adsRemove WordPress.com ads
PaymentsPaymentsPayments
Subscriber-only contentSubscriber-only contentSubscriber-only content
Advanced design customizationAdvanced design customizationAdvanced design customization
Live chat supportLive chat supportLive chat support
Pay with PayPalPay with PayPalPay with PayPal
Google Analytics integrationGoogle Analytics integrationGoogle Analytics integration
Advanced social mediaAdvanced social mediaAdvanced social media
Site monetizationSite monetizationSite monetization
VideoPress supportVideoPress supportVideoPress support
SEO toolsSEO tools
Install pluginsInstall plugins
Install themesInstall themes
SFTP, SSH, WP-CLI, and Database accessSFTP, SSH, WP-CLI, and Database access
Remove WordPress.com brandingRemove WordPress.com branding
Accept payments in 60+ countries
Integrations with top shipping carriers
Unlimited products or services
eCommerce marketing tools
Premium customizable starter themes

Purchase & Upgrade Plans

Unlock the power of the Business Plan and gain access to:

  • Using any WordPress plugins and extending the functionality of your website.
  • Uploading any WordPress themes purchased or downloaded elsewhere.
  • Enjoying automated Jetpack backups & one-click website restores.
  • Setting up SFTP and database credentials.

The great news is that you can upgrade today and try the Business Plan risk-free thanks to our 14-day money-back guarantee. Simply click below to upgrade. You’ll only have to pay the difference to the Premium Plan ($40 $22). But it’ll be one month from the date you upgrade, so the Business plan will be till March 13th.

Customer: if i upgrade my plan to one year, what will be pricing ?
Mashiur: Do you want to upgrade to annual premium plan or annual Business plan?

Customer: inform me for both?
Mashiur: For the annual premium plan, you will need to pay US$78.00 for the upgrade (Actual cost is $96) For the annual Business plan, you will need to pay $282 for the upgrade. (Actual cost is $300)

Domain Transfer

Customer: Can I transfer a domain from bluehost to wordpress.com?
Mashiur: We also have a guide here to help you through the process: wordpress.com/support/domains/incoming-domain-transfer/

Customer: www.hadisquran.com domian will expire after 5 years later. So If I transfert it to wordpress.com, will it expire after next 5 years?

Mashiur: Correct! The remaining time from domain registration will also be transferred over to WordPress.com. You might have to pay the transfer fee but not the renewal fee for 5 years. You might have to pay the transfer fee but not the renewal fee for 5 years. You can add the domain to your site and select the option to transfer it through this page: wordpress.com/domains/add/use-my-domain/codegurubd.com This will display the transfer fee.

Hosting Transfer from Old/Existing Hosting to New WordPress Hosting

Customer: How can I upload all files and database after upgrade and during migration from old hosting server to wordpress.com in business plan

Mashiur: There are 4 easy steps for migration which is given below-

(1) Import an entire WordPress site

Mashiur: (1) The best option would be to use the built-in migration tools: You wanting to import from the content you previously had at www.oldsite.com site to WordPress.com? If so, you would need to change the nameservers on oldsite.com to point them back to Old host/Domain controller, so that the content will display on that domain again. Then once you have done that, you will need to install Jetpack on your www.oldsite.com site by following the steps here: jetpack.com/support/getting-started-with-jetpack/
Once you have Jetpack installed on your www.oldsite.com site , you can then use the everything import tool to migrate the content to WordPress.com by following the steps here: wordpress.com/support/import/import-an-entire-wordpress-site/

(1) Step by step process based on above link:

First you need to create a site here and add a Business plan site. I see there is a Jetpack site connected named xyz.com. I also see that the domain xyz.com has been connected to the site codegurubddotcom.wpcomstaging.com. In order to use our import tool to import the content of site, the original site need to have its domain attached, and only after the migration process, the domain can be moved or connect to the WordPress.com site. The original site domain will be used to pull the content. And also note that the site content need to be imported into an existent site here. To proceed, you will first want to remove the domain connection if you added to WordPress.com, as this will interfere with the migration process.

  • Log into your new website in WordPress.com
  • Go to Tools >> Import.
  • Then “I want to import content from:” select WordPress. Then you will get below option to transfer all files
Import FromYour Groovy Site Title
https://your-self-hosted-siteyourgroovysite.wpcomstaging.com
This site
Definition of your-self-hosted-site: It is a site that has uses WordPress to manage the site, but is hosted outside WordPress.comDefinition: This domain are the default domains of the plugin enabled sites
  • Then click continue
  • Now The Importer will check to make sure – Jetpack 7.9 or higher version is installed on the self-hosted site and The WordPress.com site has a plugin-enabled plan (Business plan). If these two criteria is not met, the Everything option will unavailable, and the Content only option will be only choice.
  • The import option Everything will select by default. Click Continue to move to the next screen.
  • You’ll have one more chance to review the source site
  • Clicking Import Everything will overwrite everything on your site including: All posts, pages, comments, media, users and roles Theme, plugins, and settings. We’re moving everything from oldsite.com to newsite.com.
  • You will receive a notification when the import is finished. e.g. Your site has been imported! You finished importing your site. We’ll guide you on the next steps to start growing your site.
  • Once the migration will complete, you can then disconnect Jetpack from the current site (old hosting), and re add the domain connection here on WordPress.com

(2) Import with All in One WP Migration plugin

(2) So if you don’t want to use Jetpack to migrate to WordPress.com, you can also use the All in One WP Migration plugin: wordpress.com/support/import/import-using-all-in-one-migration/
You will need to install that plugin on both your WordPress.com and www.oldsite.com site.

(3) Import a sites content

(3) You can also Export/Import using Tools > Export and Tools > Import. Although that doesn’t include plugins and third-party themes, if you have that content on your www.oldsite.com site then this method isn’t recommended – wordpress.com/support/import/import-a-sites-content/

(4) Import & Export

(4) Import & Export: Your existing content can’t be imported. Unfortunately, your content is on a platform that we don’t yet support. Try Building a new WordPress site instead.

Chat about Import and Export

Mashiur: I can see this site codbd.com has a Business plan.
Customer: So what should I did before start?
Mashiur: You will need another site with a Business plan to migrate logistics-bd.com to it (that is if logistics-bd.com has plugins/custom themes where it is hosted now)

Customer: I want to switch business plan from codbd.com to logistics-bd.com. tell me how
Mashiur: You can switch plans between the sites but please note that once the plan is removed from one site, that site will be reverted. You’ll be unable to add plugins or custom themes to that site. If you want to maintain two sites, you will need to keep the Business plan on both sites. If you move the Business plan on codbd.com to a new site, codbd.com will be reverted.

Customer: I will deleted codbd.com.
Mashiur: Ok. To confirm, you would want to delete the site codbd.com and move the plan to a new site? Yes, I can help with this.First, create the new site like this https://d.pr/v/mAa52d . Let me know when you’re done.Ok. Please create it now so we work on moving the Business plan to it.

Customer: I need not to pay more
Mashiur: I will now move the Business plan from codbd.com to logisticsbd.wordpress.com. Is this ok? logisticsbdcom.wordpress.com is the free site we created. When we add the Business plan to it, you can now migrate the site from https://logistics-bd.com/ to it and then connect the domain logistics-bd.com. I have moved the Business plan to logisticsbdcom.wordpress.com. Now kindly follow this guide https://wordpress.com/support/import/import-an-entire-wordpress-site/ to import the site https://logistics-bd.com/ to it. After migrating the site to it, you can connect the domain logistics-bd.com to logisticsbdcom.wordpress.com using the steps here https://wordpress.com/support/domains/connect-existing-domain/

Customer: when I am going to https://wordpress.com/support/domains/connect-existing-domain/ link it says for charge
Mashiur: You have babylonlogisticsbdcom.wpcomstaging.com site and it has a paid plan already. Connect with https://wordpress.com/support/domains/connect-existing-domain/

Import in progress

We’re moving everything from babylonlogistics-bd.com to babylonlogisticsbdcom.wpcomstaging.com.
Import started Feb 25, 2023 12:35 PM

Backup of babylonlogistics-bd.com completed
Restoring to babylonlogisticsbdcom.wpcomstaging.com

You can safely navigate away from this page if you need to; we’ll send you a notification when it’s done.

Question

  • I have purchased Premium Plan for http://xyz.com/ just 2 hours ago.
  • How can I import my full site from old hosting to new WordPress hosting
  • What is your name server that I can change in domain panel
  • How can I get cPanel
  • How can I connect fileZila. And whats are the login credentials to login wiht ffileZila
  • Can I change existing hosting under a domain to another domain
  • I am using Premium Plan of WordPress.com, so can If I purchase jepack pro plan and active

Error Message: Purchases are currently disabled. Please contact us to re-enable purchases.

Sorry, there was a problem loading the image. Please close this editor and try selecting the image again.

Transfer a Domain to Another WordPress.com Account

Customer: Can u move this business plan into masiur@gmail.com?
Mashiur: Do you want to transfer the logistics-bd.com site and its attached subscriptions to another account? There is another wp account with masiur@gmail.com. First you would need to transfer the domain to the other account using this guide: https://wordpress.com/support/domains/transfer-a-domain-to-another-wordpress-com-account/. Afterwards, contact us so we complete the site transfer for you.

Customer: Is transfer free of charge?
Mashiur: The transfer is free of charge and the coupon should apply there as well.

Security

You can also enable 2Factor authentication. wordpress.com/support/security/two-step-authentication/

CDN of WordPress.com

Customer: do we need cdn like cloudeflare.com. If we add cloudeflare network , will it more faster and secured?
Mashiur: All WordPress.com website uses our built-in CDN by default so you don’t need an additional CDN for your site. But if you want to go for an alternative, Cloudflare is a safe option. You can read more about it here: https://wordpress.com/support/cloudflare-cdn/

Customer: If I add cloudeflare.com, than my site will get 2 CDN network facility. will not it? one cdn is wordpress.com and another one is cloudflare.com
Mashiur: You can use either of the ones. It will add security

Theme & Plugin Upload & Install

Mashiur: Did your previous site had plugins?

Customer: Yes. I have some plugins. I want to import that

Mashiur: If you had plugins you would need a Business plan to be able to use them. Premium plans don’t support third party plugins. You can import only the content through tools\export on your source site. And tools\import on our site

Customer: Can I get jetpack plugin in premium?

Mashiur: The jetpack plugin is included since it’s needed to connect to WP servers, however not all its features are included (for example for backups you would need a business plan)

Customer: Can I purchase Jetpack complete or other custom package in this premium plan?

Mashiur: No, in order to upgrade jetpack or add other plugins you would need to update to business.

In business plan which features of jetpack will cover? Will it cover Jetpack scan and remove malware ?

Mashiur: Jetpack takes care already of security on that aspect you don’t need to worry. However in business you can have regular backups (at least daily), advanced SEO tools, and you can add third party plugins and themes amongst others.On business you would also be able to fully import your site as it is now.

sFTP, SSH Access

Customer: Is WordPress Hosting support cPanel?

Mashiur: Regarding the second question, WordPress don’t use cpanel, you can access all the settings through the dashboard.The business plan for example allow sFTP, SSH, and more control regarding host settings

Nameserver

Customer: Should I change nameserver?

Mashiur: If you want to have your domain pointing to the site with us yes, you would need to change nameservers following these steps. https://wordpress.com/support/domains/change-name-servers/#if-your-domain-is-registered-elsewhere

Customer: Can I active halalbajar.com instead of xyz.com?

Mashiur: Sure! Before you make it primary address for your site, please add WordPress.com name servers for this domain halalbajar.com, Please reach out to your domain registrar and ask them to add the following name servers for this domain: ns1.wordpress.com, ns2.wordpress.com, ns3.wordpress.com

Domain & Subdomain

Customer: How to connect a WordPress.com subdomain to an external site?

Mashiur: You can set it under WordPress.com> My Site> Upgrades> Domains> hdsqrn.com> DNS Record> Manage> +Add a record> Select Record Type A or CNAME> Enter Subdomain Name> Points to 162.215.248.43. wordpress.com/support/domains/connect-subdomain/#connecting-your-subdomain-to-an-external-site

Customer: How many domain can point a business plan hosting?

Mashiur: The plans are linked to a single site. However you can have as many domains as you want pointing to that same site.(edited). However you can’t have “several sites done” and only one active if that’s what you meant.

Customer: Can I create subdomins ? Will all subdomain can get business plan features automatically?

Mashiur: To add subdomain https://wordpress.com/support/domains/connect-subdomain/#adding-a-domain-connection-subscription

We’ve a guide here to help you with this: wordpress.com/support/domains/connect-subdomain/

And here you can see how to connect subdomains https://wordpress.com/support/domains/connect-subdomain/. But as mentioned you can only have one site with a single plan.

Can I delete other sites xyzcom.wordpress.com
Sure! You’ll find the option to delete that site at the bottom of this page: https://wordpress.com/settings/general/xyzcom.wordpress.com

Server Capacity

Customer: How many visitors per month can handle by business plan?
Mashiur: Uf! You won’t exhaust them, trust me on that 🙂 The site’s on WordPress.com are already optimized for speed.

Account / Profile Setting

For “xyz.com”, you can view the primary address here: https://wordpress.com/domains/manage/xyz.com
Log in to your WordPress.com account through this link https://wordpress.com/log-in

Customer: Can I change my email account that I login mashiur@abc.com. change mashiur@abc.com into masiur@gmail.com?
Mashiur: Sure! You can change the email address on this page: https://wordpress.com/me/account
This domain is already mapped to a WordPress.com site.

Customer: How can I transfer site from one account to another
Mashiur: Are you looking to change the site address from babylonlogistics-bd.com to hadisquran.com ?

Hosting Settings

Customer: How can I change A record and other records
Mashiur: For domains which are connected here using name servers, you can follow this step to change the A record: https://d.pr/v/lNmkIY

How to Delete a Site

Click on Switch Site at to top of Dashboard >> Click Manage Sites at the bottom of dashboard >> Select the sites >> Click on three dots … >> Click on setting >> It will show general setting dashboard of a website >> At the bottom click Delete your site permanently button >> Delete site button >> type the website name on text box and click Confirm delete

How to Delete a Domain

Click on switch site from WordPress dashboard >> Select a site >> Click Upgrade >> Click Domain >> Click on Delete >> Remove this domain connection permanently >> Submit and Remove product

When I am going to delete codegb.com it is saying to cancel subscription. Since I have replace codegubd.con into logistics-bd.com, so I should delete the site/domain.

Tutorial Link
WordPress.comyoutube.com/playlist?list=PL6nDc7ACvovLwH8kNrcVh_-hyx6z94j54
WordPress.comwordpress.com/support/plan-features/business-plan/
Domain of WordPresswordpress.com/support/domains/
Webinarswordpress.com/webinars
Higher Expertswordpress.com/do-it-for-me/?utm_source=happiness&utm_medium=referral&utm_campaign=he-autoresp
Pressablepressable.com/knowledgebase/does-pressable-support-sites-in-subfolders
PressablePressable.com/knowledgebase/will-my-multisite-work-on-pressable

DreamHost cPanel Access and Security Management

DreamHost cPanel Access and Security Management

Adding a domain

>> Go to Manage Websites page

>> Click the Add Website button

>> Make a selection from the following four options: Enter a domain or subdomain or Create a subdomain or Register a new domainegister your domain name.

>> click the Next: Hosting button

>> click the Next: Options button

>> Installing WordPress and Setup Website

help.dreamhost.com/hc/en-us/articles/360049378932-Adding-a-website-and-hosting

Create Subdomain

elp.dreamhost.com/hc/en-us/articles/215457827

DreamHost Automated Migration WordPress plugin

>> Install DreamHost Automated Migration free WordPress plugin

>> Add a hosting plan

>> Install WordPress as a One Click Install.

>> As a result Make sure user assigned to your domain

>> Find Migration Key in Managed WordPress page or Manage Websites

>>  Installing and activating the plugin in old site

>> Enter Email and Migration Token (The Migration Key from your DreamHost panel)

>> Click the Migrate button when finished.

>> Checking your migrated site and making it live on DreamHost

>> View your DreamHost site using a hosts file

>> Change nameservers at your current host

For details: help.dreamhost.com/hc/en-us/articles/360035448951

Accessing to File Manager

to the Manage Websites page

click on Manage button

Now Navigating directories, Uploading files or folders, Downloading files and folders, Fetching a file from a URL, Editing files, Extracting zip files, Creating a new file or folder,Changing permissions, Deleting a file or folder

How to Delete a Website Files From Dreamhost Panel

Click Manage my Apps.

Remove from List button

example.com only files sub-directory are deleted and the empty website directory will remain

>> Go to the Install WordPress page

Click on Manage Installed Applications button.

Click on Delete all Files button from the right side. When you click Delete all Files, only the files are deleted.

You can visit this link for more details: help.dreamhost.com/hc/en-us/articles/215916107

Import & Export

To upload the website files, it can be done either via SFTP/FTP or File Manager in your panel. Please refer to the links below for guides.

via SFTP/FTP: help.dreamhost.com/hc/en-us/articles/115000675027-FTP-overview-and-credentials

via File Manager: help.dreamhost.com/hc/en-us/articles/360003490852-Using-the-website-file-manager-in-the-panel

For the database, you may import it via SSH or PhpMyAdmin. via SSH: help.dreamhost.com/hc/en-us/articles/221614988-SSH-Importing-a-database

via PhpMyAdmin: help.dreamhost.com/hc/en-us/articles/214395768-phpMyAdmin-How-to-import-a-database-or-table

How to Delete a Website Database From Dreamhost Panel

Find desired Database, click the Delete DB button. If Delete button does not display go to your One-Click Install

Dreamhost cPanelwest1-phpmyadmin.dreamhost.com/signon.php?pma_servername=amaro.pdx1-mysql-a7-5b.dreamhost.com
.htaccesswordpress.org/documentation/article/htaccess/
Mailhelp.dreamhost.com/hc/en-us/articles/215612887-Email-client-protocols-and-port-numbers