PuTTY is glitching out when I try to install wordpress

Curl is outputting the response to the screen. You need to send the output to a file, like this: curl https://wordpress.org/latest.tar.gz -o wordpress.tar.gz Note the lowercase ‘o’, and the presence of a filename after that argument. You can name the file whatever you want. With this exact command, it will be downloaded into whatever folder … Read more

What is a wordpress instance [closed]

Basically an instance is a single installation in short. So a WordPress instance is a single installation of WordPress. instance ˈɪnst(ə)ns/Submit noun 1. an example or single occurrence of something. synonyms: example, occasion, occurrence, case, representative case, typical case, case in point, illustration, specimen, sample, exemplar, exemplification “there was not a single instance of religious … Read more

Basic installation questions

WordPress Codex has quite extensive installation instructions. I see there’s a .zip file and a .tar.gz file — which should I use? No difference. Archive format is merely for convenience, contents are the same. I want the site to be at http not at www., but I do want either the site to also be … Read more

Moving WordPress Site from MAMP to cPanel – How?

To answer your first question, in mosts hosts the www and public_html folders are the same, one just links to the other. To make things simple, start with the public_html folder. There is usually what is called a symlink between the two, pretty much like an alias or a shortcut. Now for the second question … Read more

how to return the wordpress path to the new site

If I have read this correctly… If you want to have your url as fittergroup.com but leave all your files in fittergroup.com/blog take a look at the WordPress documentation on ‘Giving WordPress Its Own Directory‘ In your ‘General’ settings panel: In the box for WordPress address (URL): change the address to the new location of … Read more

Installed WordPress Location

Basically yes, but you’ll have to ensure that your sub-domain’s document root set to the correct file location so that it picks up your WordPress files correctly. Then you’ll have the WordPress Site URL, which I assume would be: mydomain.com Then you have the WordPress URL, which would be your sub-domain. You’ll just need to … Read more

WP Installer Redirects to /wp-admin/core/install.php

I had the same issue when I was trying to install WordPress on VM configured on my laptop. The VM IP was 192.168.1.101 and the database host configured in wp-config.php was ‘localhost’ but I changed that to the actual IP and added privileges in MySQL to access the database from said IP.

Installing WordPress in a subdirectory

To build a separate site in the domainname.com/subdirectory_name directory while leaving the current site live at domainname.com, you would NOT want to modify the index.php file in the root. Your development site address is simply domainname.com/subdirectory_name

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)