Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 25, 2012, 07:20:37 AM

Pages: [1]   Go Down
  Print  
Author Topic: Site update Wordpress install  (Read 2230 times)
trader31
Space Explorer
***
Offline Offline

Posts: 9


« on: April 11, 2010, 07:17:35 PM »

Hello all,  I want to say thank you for your responses in advance.  Just getting started in Wordpress for my website update.  I will be using fantastico to down load worpress. 

I need to figure out how to keep my current site up while I downlaod wordpress and the wordpress theme I will be using.

I need a staging area to view how the theme will look and function before I go live.

If I download wordpress to my root domain will it automatically mess up the current site while I am making changes? 

Should I install wordpress in the root directory? 

Where is the root directory lol?

Once everything is complete how do I point my domain name to the wordpress site?

Again, thank you for your responses in advance.

Logged
RichardRay
Support
Spaceship Navigator
*****
Offline Offline

Posts: 90


« Reply #1 on: April 11, 2010, 07:33:07 PM »

If you want to install Wordpress into a development area of your website, I would recommend simply installing Wordpress on a subdirectory of your domain, (i.e. http://yourdomain.com/wordpress/ ).

Once you have gotten Wordpress setup how you would like it, you can simply delete the contents of the root directory for your domain name, then move the contents of the 'wordpress' directory that you created to the root directory for the domain.  After moving the contents of the Wordpress directory to the root directory for your domain, you would need to adjust the Wordpress configuration (in the MySQL database) to use the new directory instead.  This can be easily done by following the steps at http://codex.wordpress.org/Changing_The_Site_URL

Alternatively, instead of moving the contents of the 'wordpress' directory to the root directory of your domain name, you can simply redirect requests for your domain name to the 'wordpress' directory.  Here is a link to more information on how to redirect your domain name to the 'wordpress' directory: http://www.widexl.com/tutorials/mod_rewrite.html#redirect_domain_dir  .  The mod_rewrite settings would go into the ".htaccess" file on your account.

The root directory for your domain name (on the Linux hosting plans - Basic, Business, Starter, Reseller), /public_html would be the root directory for your primary domain.  The directory for your addon domains would be dependent on what you set when adding the domain name to your account (stored within the public_html directory, i.e. /public_html/addon).
Logged

Lunarpages Web Hosting
Lunarpages Affiliate Program
FAQs | Tutorials | LP Glossary

Telephone: 1-714-521-8150
24 hour Network Status Line: 1-562-697-8106
Fax: 1-714-521-8195
trader31
Space Explorer
***
Offline Offline

Posts: 9


« Reply #2 on: April 13, 2010, 05:46:32 PM »

I understand the concept but this is my first time doing this on my own start to finish so please forgive the novice questions, "i am learning how to fish".

When I log in to Cpanel How do I find my root directory and then how do I create the subdirectory to down load wordpress to?
Logged
Mitch
Berserker Poster
*****
Offline Offline

Posts: 12837


WWW
« Reply #3 on: April 14, 2010, 07:31:54 AM »

You will want to either use the File Manager (that can be loaded up from within your control panel) or log into your account via FTP to create the folder.  Make sure you go into the public_html folder first, and then create the folder from there. 

This tutorial on the cPanel File Manager should come in handy too.  Hope that helps!
Logged

New to Web Site Hosting? Check Out the Lunarpages Blog Hosting Guide!


Follow us @lunarpages on Twitter!
Important Threads: Read This Before Posting! | Lunarforums Rules! | Mitch's Link of the Day!
Also, be sure to check out and subscribe to the Lunartics Blog and the Lunarpages Newsletter !

Need Web Hosting Help? Check out the Lunarpages Web Hosting Wiki. It has tons of tips, tutorials and resources!
trader31
Space Explorer
***
Offline Offline

Posts: 9


« Reply #4 on: April 19, 2010, 08:26:07 PM »

In fantastico, when I type in http://mydomain.com/wordpress/  in the field "install in directory" and fill in the rest of the information required I get this message everytime?   

 Install WordPress (2/3)

The installation can not be completed:

- No valid directory name provided.

Click on the browser's Back button to fix reported errors.

So I go back and try it again and I get the same message every time.  I thought when I typed mydomain.com/wordpress/ in that field it would automatically make a sub directory for the word press installation? 

I tried it in the following formats.  http://mydomain.com/wordpress/ and mydomain.com/wordpress still the same error message?

I will keep at it...... but any suggestions would be helpful 

Thanks in advance
Logged
trader31
Space Explorer
***
Offline Offline

Posts: 9


« Reply #5 on: April 19, 2010, 08:47:46 PM »

  Doh Clapping  Figured it out,  Bouncin for Joy Happy Happy Joy Joy  Thanks until the next newbie adventure which will be soon lol
Logged
trader31
Space Explorer
***
Offline Offline

Posts: 9


« Reply #6 on: April 21, 2010, 12:13:40 PM »

While trying to upload a theme for wordpress I continually get this error.

The uploaded file could not be moved to /home/domain/public_html/wordpress/wp-content/uploads/2010/04

I have been doing research and there is a great indication that this is a permission issue.

A common suggestion is to change chmod to 777 but I have read that is a big no no due to security.  The other suggestion has to do with appache user permission and ownership of files.  Can anyone elaborate on solutions that do not compromise security.

Thank you,
Logged
lexhair
Galactic Royalty
*****
Offline Offline

Posts: 406


« Reply #7 on: April 22, 2010, 04:38:05 AM »

While trying to upload a theme for wordpress I continually get this error.

The uploaded file could not be moved to /home/domain/public_html/wordpress/wp-content/uploads/2010/04

I have been doing research and there is a great indication that this is a permission issue.

A common suggestion is to change chmod to 777 but I have read that is a big no no due to security.  The other suggestion has to do with appache user permission and ownership of files.  Can anyone elaborate on solutions that do not compromise security.

Thank you,

You're uploading to the wrong directory. You upload themes to ../wp-content/themes/
Logged
trader31
Space Explorer
***
Offline Offline

Posts: 9


« Reply #8 on: April 22, 2010, 08:18:43 AM »

Lex, thank you for your reply,

From everything I have read concerning uploads this issues has to do with permissions and goes beyond just uploading a theme.

As far as the directory it will install to, that is done by wordpress.  On the dashboard I select "upload" then browse on my computer to the location where the zip file is and hit install now, then I get the error.

Install Themes

    * Search |
    * Upload |
    * Featured |
    * Newest |
    * Recently Updated


Install a theme in .zip format

If you have a theme in a .zip format, you may install it by uploading it here. 

Browse   "Install now"

Any suggestions php safe modes and apache? 





Logged
lexhair
Galactic Royalty
*****
Offline Offline

Posts: 406


« Reply #9 on: April 22, 2010, 08:43:22 AM »

I just used the theme uploader for the first time and it worked without a hitch.

My settings:

Dashboard->Settings->Miscellaneous
The path to your uploads file should just be
Code:
wp-content/uploads
Full URL Path to files is blank

There's something amiss in your WordPress installation. The directory you are having an error on is where the WordPress media loader puts uploads. The theme uploader unzips the file and puts it in the themes directory.

I never recommend using fantastico.
Logged
trader31
Space Explorer
***
Offline Offline

Posts: 9


« Reply #10 on: April 22, 2010, 01:10:04 PM »

 Miscellaneous Settings
 
Uploading Files

Store uploads in this folder  wp-content/uploads

That is what my settings show.
Logged
trader31
Space Explorer
***
Offline Offline

Posts: 9


« Reply #11 on: April 25, 2010, 12:54:46 PM »

If found this information on the internet as I still cannot upload files to wordpress at the moment can anybody comment on this solutions for permissions,

"The uploaded file could not be moved to /var/www/vhosts/domain.com/httpdocs/wp/wp-content/uploads.

you want the ownership and permissions to look like this for these three important directories:

wp-content drwxr-xr-x (755)  user group
uploads drwxr-xr-x (755)  apache apache
themes drwxr-xr-x (755) user group

and PHP safe_mode is OFF


Before you read further, please note A) these instructions are for *nix servers (typically Linux), not Windows servers, so ask your host which you have if you don’t know, B) you’ll need to ssh into your server and run command line commands, and C) I have the very macho root access to my Linux/Apache server, so I can run chown commands. Most hosts will disallow you root access, and you’ll simply have to ask your tech support to do this. That shouldn’t be a problem."

Any comments or suggestions on this issue would be greatly appreciated.
Logged
lexhair
Galactic Royalty
*****
Offline Offline

Posts: 406


« Reply #12 on: April 26, 2010, 06:48:04 AM »

What kind of files are you uploading? WordPress only allows certain types of files (usually graphics) to be uploaded.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: