LyleChamney
Forum Replies Created
-
Forum: Installing WordPress
In reply to: In which directory should WordPress be installed?After reading through your other post, I’ll add my 2 cents (CDN 😉
From what I gather, you have three sites:
1.
businessbythebook.com.au2.
businessbythebook.com.au/wp3.
tedsherwood.comSite 1 is the primary domain of your hosting account and the site files are in the root of the hosting account, generally public_html.
Site 2 is in a folder named
wpin the primary hosting account and is accessed by adding/wpafter the primary domain name.Site 3 should be in another folder in the root of the hosting account and named, for example,
tedsherwood.To get Site 3 to show up using
tedsherwood.com, you will have to add that domain to your hosting account (using Addon Domain if using cPanel as your hosting control panel) and point that domain to thetedsherwoodfolder.The latter is the way I always set up my hosting accounts: primary domain in the root location and any additional top level domains (e.g. your
tedsherwood.com) in their own folder and with the Addon Domain process.To add to the comments by Tara, one of the primary reasons for the primary domain to be in a sub folder is to keep the root of the account ‘tidy’ and ‘uncluttered’. There is no ‘real’ downside to doing it as outlined above.
Forum: Installing WordPress
In reply to: Start FreshSteps 1, 2 and 3 you have done from within the WP Dashboard while logged in.
Steps 4 and 5 are accomplished either from your hosting control panel’s file manager or via an FTP program such as FileZilla that connects to your hosting account file system.
Steps 6 and 7 are again done from the WP Dashboard.
Forum: Installing WordPress
In reply to: Start FreshWhat you have done so far is basically the first step of these instructions 🙂
Just carry on to have
foreverstocks.comas your blog.Forum: Localhost Installs
In reply to: Paths to local site?Personally, I do not worry about the local URL as it will be changed after moving the site to the remote server which will have the proper top level domain.
I use two tools to accomplish this after the move:
1. Velvet Blues Update URLs
http://wordpress.org/plugins/velvet-blues-update-urls/
— select all options EXCEPT the last one (GUID)
Once that is done, go to:
Settings > Permalinks and Save.
2. Search and Replace For WordPress Databases
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/Perform the same Permalinks Save after running this script.
Note that this script will handle links stored as serialized strings within the database.Alternatively, most site backup/move plugins will update the links during their intended use. I don’t use them as I like to move my sites manually 🙂
Forum: Installing WordPress
In reply to: How do turn off comment option on the home page?both Comments and Discussion have no checks. The boxes are not check.
@james – the OP has the boxes in question unchecked, i.e. do not show the comments box on the page in question, yet they were still appearing 🙂
@chesinc – I see that you have it sorted as the comment form is no longer on the home page 🙂
Forum: Installing WordPress
In reply to: Media Gallery & PDFBy default, WP cannot display a PDF within your page or post. You will have to install and use one of the many plugins available to do so.
Forum: Fixing WordPress
In reply to: Version 4.1 update has broken scroll featureTry switching to the WP default Twenty Fifteen theme and see if that works. Looks like a theme compatibility issue.
Forum: Installing WordPress
In reply to: Transferring WordPressI have a backup of my WordPress database, and a copy of all of my files (downloaded via FileZilla) on my desktop.
Great! That’s all you need 🙂
– log into cPanel and click MySQL Database Wizard
– Step 1: create a new database – give it a name, lower case, no spaces
– note that it does NOT have to be the same name as the Windows version; we will fix that in the wp-config.php later
– Step 2: create db users – complete this section, use lower case for name, no spaces and a strong password; again, it does NOT need to match the previous one
– Step 3: add user to the database – click to select the All Privileges at the top and click Next Step
– Step 4: complete task – click Home then select phpMyAdmin
– from the left sidebar in phpMyAdmin, click on the name of the db you just created
– click the Import tab
– click the Choose File button, navigate to your db backup file (should be a .sql file) and select it and Open, then click the Go button
– you should get an Import successfully finished notice; that’s it for the database
– click Home and then File Manager
– as you mention that your install is “completely trashed”, this is what I would do:
– open your local computer’s file manager (you didn’t say if you are on Mac or Win) so that you can see all the folders and files that you downloaded in FZ; there should be 3 folders and 16 files
– when you open File Manager from your cPanel, you should be by default in your public_html location (your web host root)
– delete the folders and files you see there as they match the ones in your FZ download
– once that is done, use FZ to upload your downloaded files to this location
– when that has completed, from within your cPanel File Manger, select the wp-config.php file and choose Edit from the menu
– carefully edit the DB_NAME, DB_USER and DB_PASSWORD with the values you entered during the Database Wizard, being careful not to disturb or change the single quotes; make sure there are no spaces; then Save ChangesThat’s it, you should be good to go as your URLs haven’t changed. You don’t have to do anything with pointing a domain to a location on a new account when it’s at the same provider, at least not at GD; I have done this with them often.
It may seem a bit involved for the first time, but the whole process should take less that 5 minutes, depending upon your upload speed for the site files 🙂
Forum: Localhost Installs
In reply to: WordPress 4.1 won't Install On Local Machine@facedaface – please start you own topic as you issue has nothing to do with this one 🙂
Forum: Localhost Installs
In reply to: WordPress 4.1 won't Install On Local MachineGood to hear! 🙂
I tried with a brand new XAMPP install and had the same as you did using Chrome. Tried in Firefox and it worked! Go figure 🙂
Forum: Localhost Installs
In reply to: WordPress 4.1 won't Install On Local MachineAs I mentioned earlier, I have been experiencing this behavior when using a different local server. What I do at the point when there is just the WP logo and the horizontal box, is just reload the page, accept the warning that will show up and then login.
Alternatively, you could try the install using a different browser.
Forum: Localhost Installs
In reply to: WordPress 4.1 won't Install On Local MachineThat one was better 🙂 Everything you do in the vid is correct.
However, try actually typing in the URL of the local site instead of selecting it from the browser history as you do in the screencast. You may have to do a couple of hard refreshes (Ctrl + F5). The database connection works because you would not get to the Run the Install screen and subsequent ones if it was not correct/working.
Try actually typing these, given the last screencast:
http://localhost/wordpresshttp://localhost/wordpress/wp-adminForum: Installing WordPress
In reply to: User Name is m email addressThat’ll work too 🙂
Forum: Localhost Installs
In reply to: WordPress 4.1 won't Install On Local Machine@radices – the default database user for both XAMPP and WAMPServer have no password so you must make sure the password field is empty 🙂 Also, you will not get to the Site setup screen if the db connection didn’t work, as in the first attempt.
@rawadmerhi – which local server are you using? XAMPP, WAMPServer, other?
You were clicking around a bit fast at the end but I have seen this behavior before. Have you tried going to the URL where the site was installed? e.g.
http://localhost/name-of-folder-where-WP-install-isForum: Installing WordPress
In reply to: Stuck in 5 min Install— THIS IS DONE: /Applications/MAMP/htdocs contains all the files that were in the wordpress downloaded/extracted folder, e.g. index.php
Then you access the site with
http://localhost:8888which is the URL to the document root, where you moved the files to.Generally, it is preferred to have the files in their own folder within the root, as you showed with the link
http://localhost:8888/wordpressas it keeps the document root ‘tidy’ 🙂 This is especially handy when you want to add another site. Each one in it’s own folder. Easier to see what’s going on 🙂No need to worry about what the local URL will be for when (if) you want to move to a live site as you will have to use a search and replace plugin (or site ‘moving plugin’) to change them all anyway once the site has been moved.