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 Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
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
Www Not Work
im using centOS 5 with webmin in my vps. im installing webmin and do this: [Apache Webserver] / select [Default Server] and my website work fine , but when i check my web site for example [url]not working! [url]Work fine! how i can solve problem work with www and without www.
View Replies!
View Related
Www. Doesn't Work
today I noticed that whenever I type any of the domain names on my server with a "www." in the address bar, it simply says "server not found". When I remove the "www.", it loads the site? This is a major issue. It never used to be this way, but I noticed it today. Where should I edit? Could it be "named.conf"? Or maybe just DNS cname settings in plesk?
View Replies!
View Related
Www Wont Work
when I try to go to a site of mine with the www like this one [url] It won't work but if I take out the www like this[url]it does work. I'm not sure what could be causing this. As far as I'm aware everything is setup okay. I understand it's impossible for anyone who reads this to properly diagnose the issue without access to my server.
View Replies!
View Related
Using Www Site Doesnt Resolve
Yesterday we registerd and created 2 domains in our server. Everything is ok, files uploaded, dns zones created, httpd virtual host created... The problem is that trying to browse the site trough http://www.site.com redirects me to [url] my main server IP address, this page shows a cPanel Welcome message. But, using [url], the site is loaded ok, withouth any problems. DNS zone shows: Code: ; cPanel 11.11.0-BETA_16977 ; Zone file for site.com $TTL 14400 @ 86400 IN SOA mydns1.wolo.com. admin.hostingserver.com. ( 2007092601 ; serial, todays date+todays 86400 ; refresh, seconds 7200 ; retry, seconds 3600000 ; expire, seconds 86400 ) ; minimum, seconds site.com. 86400 IN NS mydns1.wolo.com. site.com. 86400 IN NS mydns2.wolo.com. site.com. IN A IP_ADDRESS localhost.site.com. IN A 127.0.0.1 site.com. IN MX 0 site.com. mail IN CNAME site.com. www IN A IP_ADDRESS ftp IN A IP_ADDRESS Apache virtual host code Code: <VirtualHost IP_ADDRESS> ServerAlias www.site.com ServerAdmin webmaster@site.com DocumentRoot /home/siteuser/public_html ServerName site.com <IfModule mod_suphp.c> suPHP_UserGroup siteuser siteuser </IfModule> <IfModule mod_php4.c> php_admin_value open_basedir "/home/siteuser:/usr/lib/php:/usr/local/lib/php:/tmp" </IfModule> <IfModule mod_php5.c> php_admin_value open_basedir "/home/siteuser:/usr/lib/php:/usr/local/lib/php:/tmp" </IfModule> User siteuser Group siteuser BytesLog /usr/local/apache/domlogs/site.com-bytes_log CustomLog /usr/local/apache/domlogs/site.com combined Options -ExecCGI -Includes </VirtualHost>
View Replies!
View Related
Redirect Example.com To Www.example.com
I have multiple domains on my web server. One of my domains does not display its website when using example.com in the location bar. Eg. example.com redirects to site2.com but www.example.com displays properly. I tried adding to the htaccess file: Quote: Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www.example.com RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L] It doesn't work. The redirect does not occur.
View Replies!
View Related
How To Prefix A Www
One of our clients website runs only if we give the domain name with http and www and domain name When we give just http and the domain name it shows 404 Can some one help me how to change it so that it will take with www and without www? I am not able to post link am a very new member here.
View Replies!
View Related
Www And Http
All of my 3 new websites are not generating www.. Even if I type [url] all are changing to [url]when page is open... I am asking because I am having irrelevant ads on adsense in all 3 sites thogh these sites are optimized well..
View Replies!
View Related
Subdomains With WWW
my control panel is PLESK, when our customers create sub domain they cannot access to their sub domains with www, for example the sub domain is sub.domain.com and I cannot access to this sub domain whit this address www.sub.domain.com . what should I do to work the sub domains with www ?
View Replies!
View Related
WWW Redirect
i have a Centos VPS with webmin i have modified my .htaccess file to redirtect all users from WWW. to the root of the domain i also tried to block some ip addresses through my .htaccess file but it seems that whatever code i enter in my .htaccess file does not work. i think it is disabled somewhere as both the abvoe codes do not work how can i enable .htaccess file?
View Replies!
View Related
Redirect Domain To Www
The thing is that we have a dedicated server at our company hosting several domains, and right now you can access them both with the www prefix or without it, but there is no redirection in case you access without it, and this has negative impact with SEO related stuff. I have the rewrite apache module enabled (I tested with a script I found on the net), and I also tried a test configuring a single domain including some code about redirection. Right now I'm getting a nice "500 Internal Server Error" This is the code in .htaccess Code: Option +FollowSymlinks RewriteEngine On RewriteCond %{http_host} ^mydomain.com [NC] RewriteRule ^(.*)$ [url] (mydomain.com is, obviously, a replacement for the real domain in both cases)
View Replies!
View Related
777 Permissions For Www
Let me start off with saying: I haven't had any suspicious activity, nor do I think I was compromised. I logged in as root, and was simply clicking around my dedicated server and came across a few folders with permissions at 777. ALL are above /public_html Irregardless, is this safe? I recall reading a bunch of topics on here, that /tmp needs to be hardened. Isn't this also above /public_html? For one example: /var/tmp is chmod to 077 ..inside is a bunch of sess_ files Is this folder open to hacking?
View Replies!
View Related
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 Replies!
View Related
Setting WWW Prefix
I have a problem with a couple of the domains on my reseller account. Although apparently configured the same as other domains I am unable to set the default URL to use the www prefix using .htaccess. When I try I get a redirect loop error. You can visit one of the problem domains here: [url] If you stick www in front you will see that it resolves to the non-www version. Any idea where this is taking place?
View Replies!
View Related
Www.AFreeWebHost.com - First Impression
When you visit www.afreewebhost.com , you don't see an ugly portal with to many links, advertisements, etc... You get a nice...HTML website. That's right, no ASP, no PHP, but a simpel, but very good looking, HTML website. Is it a bad thing? Yes and no. "Yes" because it has "founded and owned by one person" written all over it and "no" because my experiences with small or "one-man" companies have been much better then with companies with many employies. Free Web Hosting The free hosting offer looks good. Even though they require advertisements on your free site, the free hosting is not going to bring in any cash. 1GB webspace with 20GB traffic. That's more then enough for 90% of all websites on this planet. And a 468x60 or 120x600 banner and a textlink don't bother anyone. Most site-owners use Adsense or something simular to cover the montly costs anyways. I do not own a free hosting account. But from the looks of it I think that both free and payed services offer the same features and support. The company is able to do that because they also make money with site-/banner-designs. The little bit of money that they might loose with free hosting can easely be covered by a few design-assignments. Pro Web Hosting You don't see it very often. A company that offers monthly prices and gives a discount for 3 months. Most companies only offer yearly sign-ups and some of them give a 14-30 day money-back guarantee. But if you are not aware of everything you "agree" to when you sign up for a year and/or when you do not have a valid reason for asking your money back, you will not get it back. 4$/month for 5GB with 100GB traffic or 3$/month for the same deal when you sign up for 3 months. Personally, I think those prices are very realistic. The best deal is to go for 3 months offcourse. And the more expensive packages have the same "GB for the buck" value. The most expensive package will cost you 22$ for 50GB webspace with ONLY 500GB traffic. Yes, I say ONLY, because for that amount of money there are better deals out there. Don't get me rong, I still think this is a realistic price. But, and there is a bug BUT, I do not beleave that people go for the most expensive package without any experience with the company. The people that do pay 22$ for 50GB with 500GB traffic are the ones that started off with something small that has grown to something bigger, people that are satisfied with the features an the support that they've had for some time. Nice offer, but are they honest?CPanel -> Yep, it's there. Fantastico -> Yep, it's there. No Ads Required -> Offcourse. Daily Backups -> Yep, tested and working. 99.9% Uptime Guaranteed -> Only time will tell. 24x7 Support -> It's more like 12x7 Support, wich is 100% acceptable in my book. Everything else that is listed on the webiste is there and it all works 100%. The company has not modified the CPanel features in any way, wich is understandable, but there are features that I miss. Features that I have encountered before ( don't ask me for names because I don't remember them ). For example, it's possible to backup every single file on your webspace in one huge compressed file but it's not possible to backup the content of just one folder, one add-on domain. So if I want to backup a small website like my clansite, I have to backup all the other megabytes/gigabytes that are on my webspace. All other sites and files that are not even remotely related to my simpel clansite. AFreeWebHhost.com is up-to-date and offers Fantastico De Luxe 2.10.4 r17 This is the latest stable release of Fantastico. Even though many scripts are not up-to-date, it's basicly "the best you can get" at the moment when it comes to auto-installers. For those of you who don't know, Fantastico allows you to install PHPBB, SMF, PHP-Nuke and many other platforms without any knowledge. All you need to know is how to click a link How about the service? So far, so good. Because I had to wait about 24 hours before I could actually use and view my webspace, the company gave me 25GB extra traffic and an extra month for free. Now that's what I call good service! ( maybe the company knew about my Servage.net review ) After sending many emails back and forth I was able to view my testpage. And even though I did not contact the company about any other issues, a day or two after our last contact they contacted me once again, just to see if everything was working ok. When I made my first backup I got the message that it got saved in the "home" directory. I wasn't able to find my backup so I contacted support. Within 12 hours I got a reply. Some of you might feel like 11-12 hours is to long, but I rather wait 11-12 hours for a decent, friendly, HUMAN email with usefull information instead of getting a "human-robot"-hybrid reply with noth enough information. Uptime? Uptime can be checked on [url]. This is the parked domain on my webspace. For my websites I use addon-domains. Speed? Download this file to test the speed: [url] I have the "Pro Webhosting - Starter Package". Visit www.tgow.info to check how fast pages load. Would you recommend this host based on your first impression? I sure would. All the features are working just fine, the speed is not "superb" but good enough and the support so far is great. My rating based on my first impression: 8/10.
View Replies!
View Related
Domain With Www Not Resolving
i have a weird problem with dns bind. i just setup a zone file and it seems [url]works but [url]doesnt work. i have also created a cname for www but still not working. here is my zone file $ttl 38400 domain.com. IN SOA ns1.domain.com. webmaster.domain.com. ( 1211542287 10800 3600 604800 38400 ) domain.com. IN A 67.223.229.117 ns1.domain.com. IN A 67.223.229.117 ns2.domain.com. IN A 66.249.8.117 domain.com. IN NS ns1.domain.com. domain.com. IN NS ns2.domain.com. www IN CNAME domain.com. ftp IN CNAME domain.com. mail IN MX 0 domain.com.
View Replies!
View Related
Cpanel Dropping The Www
I just wanted to check with you all to see if you have experienced an issue with cpanel that drops the www when you access directories and if so, how did you go about fixing it. For example - if I were to go to - www.domain.com and then access a sub like /test - it would show up as domain.com/test - dropping the www.
View Replies!
View Related
Www.mydomain.com/whm
Whenever I have had a server with WHM/cPanel I have always been able to raise WHM by browsing to www.mydomain.com/whm - however on my latest server this doesn't work, I can only get to WHM by browsing to my IP:2086 The server has been up and running for 6 days and www.mydomain.com has been working almost from the beginning. dnsreport shows that reverse dns exists for hostname.mydomain.com I am at a loss to know why I cannot raise WHM by www.mydomain.com/whm
View Replies!
View Related
Plesk WWW Not Working
When I create a domain in plesk, it works fine without www, but shows server default page with www. For example when I enter [url], it shows server default page, but when I enter [url], it works fine! Well I've added www cname to DNS Zone, but still doesn't work. Does anyone know how can I solve it?
View Replies!
View Related
Www Record Change
i've had the same issue come up a couple of times recently and i'm looking for a bit of advice before i go any further. i'm doing web development on a couple of websites where the companies want to preserve the mail exchange set up with their existing hosts, but wish to move their website to a different hosting platform. i have just set up a VPS which i want to host the websites on, however, i am unsure if i can simply request that the existing providers change the www record to point to my VPS IP address. is this sufficient or do i have to ask the hosts for a nameservers change?
View Replies!
View Related
Cant Access Www Files
here at work theres a little situation with access privs. im in web and my image upload script places files on the server as www user (i understand that). however, if im working on this script and need to either delete these files or archive them then i dont have privs with my account. how would one go about giving my account access to delete and modify files the www user has uploaded?
View Replies!
View Related
Email/www Co-hosted
I am moving my shared hosting website to a vps at new provider. Is it usual to place email server running on the same VPS as my website? Should I worry about email bombs taking out my www or a www DoS attack shutting down my email? I ask because my new provider doesn't offer email on other own dedicated server. I have to run it on my VPS.
View Replies!
View Related
Review: Www.goultimatehosting.com
Here is my review of the web hosting company I have chosen for my forum. First let me start this off by saying that this is not my first time using a web host nor is it my first website, and below is my road to www.goultimatehosting.com I've used: sonnehx.com ( I found them on a simple web search, it was horrible I ended up leaving to ehostpros.com ) ehostpros.com ( They were alright for the first few months, then I kept getting emails about my site switching from one server to another. At, first you think that's good upgrades are a good thing, but when it happens too often within a short period of time it leaves you frustrated not too mention the site was getting slower. ) After that I discovered webhostingtalk.com a few years ago and during that time people would "rave" about site5.com and so I decided to move from ehostpros to site5. Again fine at first, but by now I had 3 websites, and one of them was a forum for gaming and it had over 8 thousand users registered, a month or two go by and now im being suspended like once a month for resource usage. After some digging again at WHT I find they are becoming "oversellers", not too mention most people are recommending I use a dedicated machine. Thats nice and all but its out of my budget. So I found out about "VPS" kickassvps.com ( so now im at kickassvps.com they are actually quite nice but it was still a little above my budget not too mention when you use an established host all the settings are done for you and its very simple to just use cpanel to automate everything, while with a windows vps machine its bare. If you want a vps I recommend kickassvps.com good people, but you should know what you doing. ) www.goultimatehosting.com ( At this point I have a forum with 14,000 registered users, it's also HEAVILY customized, and I know that I will be suspended immediately if I use a "overseller" , while dedicated and vps are out of my league, budget wise. ) So I post a thread here at WHT, and this is how I found out about them. Thread: [url] First thing I noticed about this company is that they have a specific category for clients in need of a server which needs high resources compared to the average shared hosting. (Called "High Availability Shared" ) [url] By Lordbug Second thing I noticed was something I rarely see as well. They list the accounts per server. I love seeing this, it gives some reassurance about overselling, etc... ... I guess from admin point of view you guys dislike stating this information but I can tell you now as a client I love seeing details. [url] By Lordbug Third thing I noticed was the support ticket times. Notice the reply times in the picture below. [url] By Lordbug My forum deals with gaming, discussion and pretty much anything related to online gaming. Which has its drawbacks, it means I'm also dealing with a crowd of younger people whom unfortunately sometimes turn to the "script kiddie" part of the internet and do malicious things. Just the other day I had a few users perform an attack called "Bandwidth Raping" where they get a list of images on the website and load and reload the images over and over until eventually the website is suspended due to Bandwidth Limitation Exceeding" I'm sure you admins are all too familiar with this. Well one of the tools to do this is a website called gigaloader.com Users tried to use this on my website, I ended up going over the 100gigs mark due to the fact I had a 1mb image on my website which was easily exploited with this. So www.goultimatehosting.com did something for me which was totally different of how other companies dealt with stuff like this. First, instead of suspending my website, it was automatically upgraded to the next higher plan so that my users don't experience downtime, and I don't experience the embarrassment of a suspended notice! Then a ticket was sent to me explaining my resource and bandwidth is way up there. After some digging I explained to them the problem. With the help of customer support, I enabled hot link protection. I was also able to look at webalizer and awstats etc to find ips, and use the ip deny manager to stop these people. To top it off with there help we contacted gigaloader.com administrator and they blacklisted my website from that site so people can no longer do this to me, and if that wasn't enough instead of penny pinching me for every gig I went over, they told me they understood the situation and since it was near the end of month they would leave me on the higher plan until my bandwidth resets on the 1st of the month then they will switch me back to my old account AND NOT CHARGE ME... how nice is that? I can't express to you how pleased I am with their support and the ability to provide an environment for my website that is not saturated with shared hosting accounts so that the needs of my resource hog website can be hosted at very nice speeds. I will also add that the cpanel software is very updated, comes with customized skins ( I use the nice modern black theme look ;] ) So those of you whom are looking for a new company to try out or are upset with there current company because of overselling give www.goultimatehosting.com a try, im sure you won't be dissapointed. By the way I am also going to try out the reseller account packages that they have in the near future and will review that as well. So there is my 2 cents, lengthy I know, but I wanted all whom read this to see how I went from point A to point B, and by doing so I hope it helps you.
View Replies!
View Related
Www Version Doesn't Resolve
I set up a domain in plesk 8 (LAMP), but the www version of the domain doesn't resolve via the browser, wheras the non-www version does. I set the nameservers (and glue records) yesterday. Why might this be? Could this be due to dns propagation?
View Replies!
View Related
Www. Not Working For All Domains On Server
I'm currently experiencing a problem where all domains on a server are not resolving with www. --- the domains themselves resolve fine, but the www. cnames are not resolving to the domains. This has caused quite a frustration and I'm wondering if anyone else has encountered this and if there is a quick fix to resolve it. The domains appear to have the correct structure for the www. cname pointed to the domains so I'm guessing it must be something else. I'm seeing this from WHM/cPanel --- the operating system is CENTos
View Replies!
View Related
Proxy Error 502 When Using Www
I just moved my server from one colo center to another. The server is running debian and Layered Panel. The only thing that changed was my two IP's. Once I got the server up I ran a Layered Panel script designed for changing IP's ./reconfigure domain IP1 IP2 . After that all seemed well until I found a problem. All the free hosted sites on my system work fine unless one uses www . For example site.myhost.com works but www.site.myhost.com causes a 502 Proxy error. The same happens for top level domains, freehosted.com works but www.freehostedsite.com causes 502 error. A couple lines from my error log: [Thu Mar 27 20:26:45 2008] [error] [client 86.156.43.42] proxy: DNS lookup failure for: freehostedsite.com returned by /brit.htm [Thu Mar 27 20:31:44 2008] [error] [client 69.137.107.47] proxy: DNS lookup failure for: amour.myfreehost.com returned by /petra/index.html
View Replies!
View Related
Www.HostingDepartment.net Suspended.
i bought a server from HostingDepartment.net, I thought they were pretty good, They've been around since 1997, Although i've been waiting activation of the server, Today it has been suspended. This Account Has Been Suspended Please contact the billing/support department as soon as possible. Does anyone know whats happened with them? I also sent in a support ticket 2 days ago and didn't get a responce, Did they die down?
View Replies!
View Related
Very Slow SSH And 'www' Loadtime.
About 1 week ago logging in to my server with SSH and loading hosted sites when 'www.' was used in the domain became VERY slow. When I connect to my server with SSH, it takes 3-4 minutes before I prompted for my password. This used to be fast. The same when accessing domain on my server when 'www.' is used in the domain. It is approx. 1 min. wait before the domain starts to load. Domains load fast without 'www'. Example: [url]= FAST [url]= SLOW It is not just from my end, my customers are experiencing the same. OS: CentOS 5.0-32 The server is powered by 2 * Intel Xeon 5160 (Dual Core) processors with 8 GB RAM. It has Seagate® Cheetah® 15K.4 enterprise hard drives. Server load is normally on 0.30 Anyone encountered this server behavior before and have a fix for it?
View Replies!
View Related
Emails To Www.domain.com Disappear
I can get emails to admin@mydomain.com, but i really wanted to alias it so emails to admin@www.mydomain.com go to the same account. MX records for www.mydomain.com and mydomain.com both go to mail.domain.com. . This is on a dedicated server, centos, with exim doing the email handling. I was thinking maybe it would be like an alias of some sort, or somewhere to put a list of combinations i can accept email for.
View Replies!
View Related
RewriteRule: Remove Www From All Url
on my server I'm trying to remove 'www' from all subdomain urls. For example: [url]-> should be -> [url] [url]-> [url]... what rewrite rules to use? I suppose I've to put this rule in httpd.conf and apply it at Server level. I'm using this RewriteEngine on RewriteCond %{HTTP_HOST} ^www.([^.]+).example.com RewriteRule (.*) [url] where %1 is one subdomain. The problem is I want this to work on ALL Subdomains. What rewrite rule should I use?
View Replies!
View Related
How To Deny Access Via Www.mydomain.com/~mycpanelusername/
Is there a way to prevent accessing the website using the domain.com/~username/ Currently on most (all?) cpanel hosting plans it's possible to access the site via [rl]. Maybe there is something to prevent that as it could cause very serious duplicate content issues. Moreover, I think it's a global bug that affects millions of hosting accounts. Yahoo, for example, many times indexes wrong URLs because of that... In many situations, if I knew your cpanel username, I could link to it instead of your domain to remove your site from search engines..
View Replies!
View Related
Www.geekrack.net Has Very Bad Service
i ordered my server on monday,it took 80hrs to get the server,but the login panel can not be opened,then i ask them,their support is online in msn,i talk with them,but when i ask them about the login panel link can not open,they didnt reply me.it really disapointing,i ordered it one monday,but now almost friday,i still havent used it,regret to order it...
View Replies!
View Related
Www.geekrack.net Is The WORST PLACE EVER
On Feb 21 I ordered a dedicated server with geekrack.com So when i got my server, i had asked them to have it portioned a specific way, but it was not set up like that So, when i asked them to have it reportioned and reimaged to the way I asked to have it set up, they tried to charge me $30.00. I told them that it was a unfair charge, so they did the good thing and dropped the charge for it. I submited that ticket on Feb 24, and the owner told me that this will be taken care of by the next morning. So, i gave it 24 hours, more time than they said, and it still was not done. I called them and they assured me that they were working on this issue. I gave it another 48 Hours, and still nothing was done. I found out that they were a reseller through burst.net, so i called burst.net to see if they had a ticket for this to be done, and the support tech I talked to told me that a ticket had not even been submitted! So when i spoke with the owner of geekrack.net, she got all grumpy with me and said she was going to yell at burst.net because they were not supposed to release any information. I told her that i would want my money back because their service says that it comes with 24/7 support. Now i was not even getting support, unless you call support saying, "ok we will do this" and not doing nothing. The owner is still refusing to give me a refund, so I have filed a chargeback with paypal, as much as I hate to do that, i beleive it is the only way i will get my money back. So in closing, DO NOT BUY FROM GEEKRACK.NET UNLESS YOU WANT TO GET SCREWED!
View Replies!
View Related
|