Move Public_html Folder

Jun 28, 2008

I have recently registered a new dedicated server, I am trying to move some sites over. Essentially, what I am trying to do is copy the public_html folder from one server to another.

I have root access on both accounts, I have managed to move the whole home folder from the old to the new, but I guess I would need to download all 2gigs worth of data then upload again, or is it possible to extract only the information you need from the compressed backup.

I am thinking that specifying data from an uncompressed folder wouldn't be possilbe, so, is there a way of moving certain folders from one server to another via SSH?

View 1 Replies


ADVERTISEMENT

How To Make Subdomains Point To Public_html Folder

Jan 16, 2009

I have a VPS with WHM/cPanel on linux.

Currently my sub-domain points to a sub-folder in public_html

I want to make 18 sub-domains but I want them to point to public_html instead.

In other words sub.domain.com will point to /home/user/public_html/ instead of /home/user/public_html/sub/

View 4 Replies View Related

Cpanel Error (VPS) :: Doesn't Put Public_html And Public_ftp Folder In The Account

Nov 4, 2009

I have fresh cpanel, but when i create account it doesn't put public_html and public_ftp folder in the account...

View 10 Replies View Related

Best Way To Move Public_html From Server To Server Using SSH

May 21, 2008

I'm trying to move all files in the public_html folder from one server to the other. The way I used to do it was download all the files to my computer, then upload them again to the new server. This is a hassle and time consuming, obviously.

My question is, what is the SSH command to do the following:

- Zip the public_html folder
- Move or Copy zipped file from server #1 to server #2
- Unzip it the public_html folder

I figure this is the easiest way to do what I'm trying to do, unless you know of a better and faster way.

View 5 Replies View Related

Plesk 11.x / Linux :: When Using Move To Folder Option - Spamassassin Is Not Adding Headers

Jun 19, 2014

When I set up spamassassin to store spam in the spam folder of my mailbox, it doesn't add any X-Sapm headers nor tags the subject. All I found so far was an old thread where a plesk employee stated that it will be fixed in 'a' future version.

I am on 11.5.30 Update #47.

View 3 Replies View Related

Plesk 11.x / Windows :: Move Spam To Spam Folder Not Available?

Oct 17, 2013

Microsoft Windows Server 2008 R2 Service Pack 1
Panel version 11.0.9 Update #59, last updated at Oct 3, 2013 02:06 AM
MailEnable version 5

I see in the plesk documentation that the screen to enable SPAM filtering for an individual there is an option to "Move spam to the Spam folder". I don't see that option so I am wondering if it is only available on some versions of Plesk, or in combination with certain mail servers. How to make that option available?

View 3 Replies View Related

Difference Between Www And Public_html

Jan 13, 2009

what is the difference between www and public_html? I have hosed my domain in a small hosting company and when i was going through all its folders i found both the folder www and public_html has the same content. but by hosting company asks me to upload all my files into public_html. Iam curious to know the difference between these two folders.

View 19 Replies View Related

Php.ini In Public_html, Safe

May 12, 2007

I'm a customer and don't know much about server management, so like title says, is it okay to put php.ini in public_html?

View 14 Replies View Related

301 Redirecting To Public_html

Jan 31, 2007

I'm currently using this in my .htaccess:

Code:
RewriteEngine On
rewritecond %[url]
rewriteRule ^(.*) [url]
I have this in my root (public_html) folder. However when you go to [url]
it redirects you to [url]
I'm already in the root. Why would it try to go to public_html/public_html?

What's the correct implementation of this .htaccess?

View 0 Replies View Related

Chmod For Public_html And Other Folders

Jul 24, 2009

what should be ideal chmod permission for public_html and other folders.

is 755 fine ? what is most secure one

View 14 Replies View Related

Change Public_html For IP Address

May 16, 2008

My server has one IP address assigned to it and i use Webmin with Virtualmin to manage domains.

When you put my IP into a browser like [url]however, it points to my websites public_html folder at /home/username/public_html, which was the first domain i set up.

I would like to change it so that the IP points to its own folder: /var/www/html when entered into a browser.. how do i do this?

View 4 Replies View Related

Tar Public_html (cPanel To DirectAdmin)

Mar 31, 2008

I wanted a move 1 accounts from cPanel to DirectAdmin server platform. I know it has to be done manually. But this one account has 800MB.

So the question is:

Is it possible to tar public_html while keeping every permission & folder ownership at it's correct setting?

(Sql is not a problem for me)

View 4 Replies View Related

Can I Upload 200,000 Web Pages Under Public_html

Sep 25, 2007

My website has 200,000 webpages.

I would like to upload all of them to the hosting under public_html

I do not use sub directory.

Can I make sever down or slow?

View 10 Replies View Related

Zipping Up Multiple Public_html Folders From Shell

Jul 20, 2008

OK so I'm on the shell and looking at the contents of my home/ directory which has all the various accounts. In each account directory are subdirs such as mail, logs, tmp, etc, and public_html. Is there a way (or a ZIP command) to be in the home directory and create a massive ZIP file containing all the account directories, each containing ONLY the respective public_html subdir for that account?

Using the command "zip -r Backups.zip ./" seems to include all those extra folders (such as mail, etc.) that aren't needed.

View 3 Replies View Related

/home/username/public_html Does Not Exist Or Is Not A Directory

Jan 13, 2007

When I'm adding a new account, I got some error:

[url]

How can I fix that?

View 8 Replies View Related

Apache 2.2 DocumentRoot /home/user/public_html Not Exist

Dec 18, 2007

I am getting this error and I just installed apache 2.2 and added a user using useradd user. When i added into the virtual which is:

NameVirtualHost *:80

<VirtualHost *:80>
DocumentRoot /home/user/public_html
ServerName user.com
</VirtualHost>

It does not find the public_html folder I added. Is this a permissions problem? or something else?

View 7 Replies View Related

/home/create1/public_html Does Not Exist Or Is Not A Directory! In Cpanel

Oct 30, 2007

created one problem for us cpanel

in create new account:

[an error occurred while processing this directive]

Setting up Frontpage®...
/home/create1/public_html does not exist or is not a directory!

View 8 Replies View Related

/tmp Folder 777 ... Use As Sessions Folder... Secure

Aug 14, 2007

On my VPS I would like to set the /tmp folder to 777 and point to it with session.save_path.

The VPS will host a number of sites, but I will have sole control of them. ie. the account holders will not have access to cpanel.

If it makes any difference, the server is running phpSUexec.

What are the risks involved with this?

View 3 Replies View Related

Httpd Directory Alias (public_html) Virtual Directory

Dec 11, 2008

How do I direct my httpd file to point to:

home/USER/public_html
instead of:
C:Users estetc...

I want to do this to make my test server just like the remote server.

View 5 Replies View Related

Transfer Files From One Folder On Server To Folder On Different Server

Jul 16, 2008

I have two servers.

One server has a folder named 'vidfiles' and I want to transfer this entire folder (all 70gigs) to another server I just got.

Both servers are linux and use CPanal/whm.

What would be the command to get the files to transfer direct from server to server?

View 4 Replies View Related

Move Db Using SSH

Jan 17, 2007

how can i move db from old server to new server using SSH?

(both of server are UNÝX )

View 4 Replies View Related

Cp Move

Oct 7, 2007

Have any one got any script to genrate cp move backup on remote FTP , but it should also have date in filename on which backup was genrated

View 5 Replies View Related

How To Move 4 Gb From Vps To Another

Jul 31, 2007

i'm wondering if i want to move from a company to another

if i have a files with approx 4gb to 6 gb files

is it safe to transfere my files from a vps to another?

i have 4 acounts in my VPS

View 12 Replies View Related

Using WHM To Move Accounts

Oct 5, 2005

I have a reseller account with 20 or so accounts using WHM. I now have my own dedicated server loaded with WHM. I want to move the accounts to the new server, but WHM asks for the reseller server's root pass which of course I don't have.

I guy I knew transfered 1 account a few weeks ago, with the information I gave him. Unfortunately, I can't get back in touch with him.

How do I move these accounts?

I have my WHM access on my dedicated server. I have my reseller WHM access on my reseller server, but not root access on that server.

View 4 Replies View Related

Vbulletin And IP Move

Jun 1, 2009

i run a vbuletin forum, right now i am on a virtual dedicated

All my ips are stored on the same root ip, i am moving one of my forums from the default IP to a separate IP. I populated the DNS and my webite shows up properly on the new IP, but my forum is comming up as a database error.

Does anyone know what I can do to fix the problem? Or tools I can run? Or is it merely not connecting to the database yet, because of some name server or other issue?

View 4 Replies View Related

Move To HostGator

Oct 29, 2009

I'm with Dreamhost right now.. got in on a cheap deal years ago. I've been too lazy to keep myself at the best host, but my friend keeps telling me to move over to Host Gator?

Should I? I'm just on one of the shared hosting plans. I run a Wordpress blog I find to be extremely slow on Dreamhost. Maybe I customized it too much or maybe they just totally oversell CPU resources. Do you think it would be wise to move over and expect an improvement?

View 14 Replies View Related

Sql Db Move To New Host

Jun 25, 2009

I just moved a website I took over to a new host. The programmer hard-coded the DB in. The old code refers to the mediatemple address:

mysql_connect("internal-db.s5363.gridserver.com", "db5363", "-removed-") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db("db5363_bb", $link)

how I can configure this for the new (CPanel) IGX Host server?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved