Difference Between Www And Public_html
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 Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Site Www Does Not Work But Without Www Does
Like the title says, I just moved my site over to my own server, and it is running cpanel. Anyways the main site [url]works, but [url]does not. What is really strange is, [url]works fine as does [url] So I figure there is something I have to do to get it all to work right. The other issue is that if you are logged into [url]but goto [url], you are not logged in anymore, but if you go back to the original link, then you are still logged in. This happened on the other guys server before with the main site as well.
View Replies!
View Related
Getting Www.domain.com To Work, Domain.com Resolves Correctly, Just Not With Www
Okay guys, a quick question for all the gurus out there. I'll admit I'm a bit embarassed posting such an easy question, but give a guy a break, I've been using managed servers for god knows how long and I've finally decided to take a dive into administration. Everything is firewalled and secured properly, I'm just having trouble getting the ServerAlias to work right. What happens is I go into my browser and enter in [url]walaa! It works. Now, when I enter in [url], it does not resolve. I have checked with "dig" the domain settings and it looks as though all of the nameservers are set up fine, this is an apache problem. I'm running apache 2.2 on Ubuntu 7.10 for all those who are interested. Here is my etc/apache2/sites-available/domain.com: <VirtualHost *:80> # Admin email, Server Name (domain name) and any aliases ServerAdmin webmaster@domain1.com ServerName domain.com ServerAlias www.domain.com # Index file and Document Root (where the public files are located) DirectoryIndex index.html DocumentRoot /home/demo/public_html/domain.com/public # Custom log file locations LogLevel warn ErrorLog /home/demo/public_html/domain.com/logs/error.log CustomLog /home/demo/public_html/domain.com/logs/access.log combined </VirtualHost> I've been messing with it for about 45 minutes and I'm worn out at ~4:30am and could use a helping hand from the pros.
View Replies!
View Related
Change Public_html For IP Address
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 Replies!
View Related
Move Public_html Folder
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 Replies!
View Related
301 Redirecting To Public_html
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 Replies!
View Related
Tar Public_html (cPanel To DirectAdmin)
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 Replies!
View Related
Zipping Up Multiple Public_html Folders From Shell
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 Replies!
View Related
Apache 2.2 DocumentRoot /home/user/public_html Not Exist
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 Replies!
View Related
Best Way To Move Public_html From Server To Server Using SSH
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 Replies!
View Related
Difference Between Providers
i just wanted to know what exactly is the difference between providers like say Burst.net and corenetworks and say hivevelocity or cari or any other. why is that they can provide 2 Tb bandwidth in around 30 usd and rest cant? is the bandwidth quality difference or what? what will be the dfferences?
View Replies!
View Related
Difference Of Used Space Between Du -hs And Df
I have a partition /dev/sda2 which is mounted to /webroot. Today, I find that I can't upload any files via IPB (running on lighttpd) So, as usual, I went on SSH and tried df in order to see how much space is left on the server: Filesystem 1K-blocks Used Available Use% Mounted on <deleted> /dev/sda2 20641788 19483292 109856 100% /webroot Since lighttpd is running inside chroot, I thought it was the log files but even after I deleted them, it is still at 100% usage. After spending some time, I couldn't find any large files so I did du -hs to see which folder is using large amount of space. web1:/webroot# du -hs /webroot 2.2G /webroot I'm without a clue on this as what du -hs is telling me and df is different but it seems like the partition is really full. Any ideas? Here is the output of tune2fs for reference: web1:/webroot/var/run/lighttpd# tune2fs -l /dev/sda2 tune2fs 1.40-WIP (14-Nov-2006) Filesystem volume name: /webroot Last mounted on: <not available> Filesystem UUID: 62625b28-9ad6-4258-8acc-0bfa0e7b5f48 Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal filetype needs_recovery sparse_super large _file Default mount options: (none) Filesystem state: clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 2626560 Block count: 5242880 Reserved block count: 262160 Free blocks: 5123494 Free inodes: 2626465 First block: 0 Block size: 4096 Fragment size: 4096 Blocks per group: 32768 Fragments per group: 32768 Inodes per group: 16416 Inode blocks per group: 513 Filesystem created: Fri Jun 27 13:34:27 2008 Last mount time: Sun Jun 29 01:11:27 2008 Last write time: Sun Jun 29 01:11:27 2008 Mount count: 7 Maximum mount count: 36 Last checked: Fri Jun 27 13:34:27 2008 Check interval: 15552000 (6 months) Next check after: Wed Dec 24 12:34:27 2008 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 128 Journal inode: 8 First orphan inode: 820811 Default directory hash: tea Directory Hash Seed: de38e2ce-4ee2-4ecd-a562-16ecb5982500 Journal backup: inode blocks Also /etc/fstab entry for /dev/sda2: web1:/webroot# cat /etc/fstab|grep sda2 /dev/sda2 /webroot ext3 defaults 1 2
View Replies!
View Related
HIt Vs. Request - Is There A Difference?
I'm curious. I have read some stuff recently about Amazon, Mosso and other clouds. I know Mosso has switched over to a request based pricing model and I realized that I am not sure exactly what a 'request' is. I think that a hit, as tallied by AWStats, Webalizer, etc. would be the same thing as a request, but I wasn't 100% sure if that was the case with Mosso. I actually contacted Mosso support (someone I know is considering using them) to ask them for clarification on a request. They stated that a page with two images would be three requests, one for each image and one for the page itself. I asked if it was the same as 'hits' and they said no, it isn't. This didn't sound right to me, because my understanding of 'hits' is the same as how he described 'requests'. So, I figured I would just ask the experts on WHT.
View Replies!
View Related
Difference Between VPS And Hybrid
I am looking to purchase either a VPS1024 or Hybrid1 server from WiredTree this Friday. The purpose of the server is to house a fairly active phpBB3 forum (10,000 registered members with around 100 members online at any one time). Now what is the benefit of going for the more expensive Hybrid1 ($99 with coupon) compared to the VPS1024 ($71.20 with coupon) - thats almost a $30 difference in price? In layman terms - am I going to get a greater benefit with the Hybrid1 over the VPS1024? [url]
View Replies!
View Related
Difference Between Managed And Unmanaged
I think I'm ready to take the plunge for an unmanaged dedicated server but before I do, I was wondering what's involved when managing a server (brief summary)? I've been reading these pages and I'm sure this is within my capabilities. [url] Obviously there's more to keep it ticking over smoothly so that's what I'm not sure about. I'm going to go for a server at Limestone Networks with cPanel.
View Replies!
View Related
Does Virtuozzo Make A Difference?
As a VPS customer, are you more likely to spend slightly more on a provider providing the same specs but Virtuozzo instead of HyperVM? Why or why not? I'd love to hear some people's opinions on the matter, as I know people are very divided as to whether Virtuozzo is better than HyperVM or not.
View Replies!
View Related
What's The Difference Between Ssl Certs?
you can get really cheap ones, like $20/year, but you can also get really expensive ones, I've seen over 1k per year. What is the difference between these? Right now I just use self signed but eventually I'll probably want to get a "real" one to suppress all the warnings. (newer browsers are bad for that, they make it look like the site is down, to a typical user).
View Replies!
View Related
The Difference Between Webhosting Companies
I've been personally scanning the web and looked through different webhosting sites and attempted to compare their prices and hosting features. I found that m0st sites offer identical packages, same promises at minimal pricing difference. I've found it very confusing and I'm in dilemma deciding which one to go for. Is it the company's reputation that becomes a deciding factor for this? What if the company is new and they boast that there servers are not so populated therefore possibly better performance?
View Replies!
View Related
Difference In A VPS Vs A Shared Hosting..?
can someone explain the difference in a VPS vs a Shared hosting..? All I know is it's your own server or virtual..? i am trying to set up an acct now and having some serious problems. I can't even find the File manager to add files, images, etc. add email accts, forwarders..etc.. Please help the host's tutorial didn't give me much. Icalled support & they want to charge us to ask for support since it is a un-managed vps. I did manage to update the NS and add the hostname...so I think there are only a few more simple steps. BUT I can't believe the file manager is not there or email set-up. it is a linux VPS with cPanel
View Replies!
View Related
Difference Between Shared And Dedicated Bandwidth
when you are going to own racks in a data center and it's time to get an amount of bandwidth,Data center offered three choices (commited bandwidth - dedicated bandwidth - shared bandwidth). i need help from every one here to show me the difference and give me more info about its prices,benefits and the suitable amount in MB. I used to buy dedicated bandwidth in Europe data centers but the sitiuation is different in USA as the dedicated is more expensive.
View Replies!
View Related
Difference Between My Present Setup And A VPS
presently I have hosted my site on a shared hosting platform. I would like to know if it would be a wise decision to move away from shared to VPS. My site is hosted on "Compaq ProLiant ML370 G3 Xeon 3.20GHz/2MB Cache, 2GB DDR RAM, 146GB UltraSCSI Hard Drive" which is shared. Now if i move to VPS with the following specs, Disk Space = 6 GB Monthly Transfer = 100 GB RAM (upgradable) = 128 MB Backup Space = 3 GB IPs= 1 Monthly Price= $9.99 I am playing $10 monthly for my shared hosting account. The above specs for a VPS if from buyaVPS.com I am concerned about the RAM, would 128 MB be enough to run a couple of sites. or would it affect the speed of my site as compared to the shared hosting account setup.
View Replies!
View Related
Difference Between A Cname Record And A Domain Pointer
I am seriously confused mainly because of the way it was explained in my training at work. Can someone please give me an explantion of the difference between creating a cname record and using a domain pointer? My understanding is that they both effectively do the same thing which is allow one ip address to be used for different domains. Extra marks given for an easy to understand analogy as i'm definately a visual learner.
View Replies!
View Related
Difference Between Cheap And Affordable Web Hosting
Prospective web hosting clients have to understand that there's a clear difference between a cheap hosting service and an affordable one. For one, an afordable service has to do with the budget of the client, meaning the cient has a an amount he will like to spend on a web host account while a cheap web hosting service has to do with the price of the product in relation with the services offered. For example a shared host that you get for $10 will definitey have more features than a shared that cost $3.99. You have to know what you want before taking an action that you may regret later.
View Replies!
View Related
|