Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







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 Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Redirect Http:// To Http://www
Does anyone know how to redirect the URL of a host so that it always goes to the www subdomain? Is this done with RedirectMatch or is a rewrite rule?

View Replies!   View Related
Http:// And Http://www
I am having problem with my members sometimes accessing my forum

i am getting this error message;

Error message:

Internet Explorer cannot display the webpage

Most likely causes:

You are not connected to the Internet.

The website is encountering problems.

There might be a typing error in the address.

What you can try:
Diagnose Connection Problems
More information

This problem can be caused by a variety of issues, including:

Internet connectivity has been lost.

The website is temporarily unavailable.

The Domain Name Server (DNS) is not reachable.

The Domain Name Server (DNS) does not have a listing for the website's domain.

If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.

I contacted the support Team but they told me its working Fine , but for me and some members its not working all the time.

View Replies!   View Related
Www Does Not Works Http:// Works
I can access my web domain by typing...

[url]

But i get no server found error when i type....

www.mysite.com or [url]

I am using LxAdmin Panel, and have added (A) record for www

www A Server IP

View Replies!   View Related
Creating An SSL Certificate - Www Vs No Www
When you create a SSL certificate for www.mydomain.com vs mydomain.com, is the "www" vs "non-www" decided when you generate the CSR (for example, in cpanel/whm)? Or is it "decided" when you actually purchase the certificate?

View Replies!   View Related
Disable Www For Www.subdomain.domain.com
I created a new cpanel account subdomain.domain.com

Sometimes i goto [url] on my browser, it changes to www.subdomain.domain.com

I want to disable 'www' for some 'xml' script reason.

How do I do that?

View Replies!   View Related
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
To Www. Or Not To Www. What Is The Difference
I looked all over the web.....well google like 5-6 pages and found the answer but I am not sure I understand.

What is the difference from having [url]and [url]?

does it make a difference to the web user, is it a server thing.

View Replies!   View Related
Http Messed Up But Not Http
where when I view my website through http using Firefox, it never stops loading. If I use IE, then I get a "page can not be displayed" error.

If I use https then everything works fine.

I have noticed that if I delete lines from the files, I don't have this problem.

If I try viewing images (so I know it can't be an html of php problem) some look fine (the very small files). But, larger files, around 168 kb, load halfway and the second half is distorted (green and purple chunks and other random colors and lines).

If I view the image through https, the image is perfectly fine!

If I put my site through w3.org's validator (just to see what it would report) it says "500 Line too long (limit is 4096)".

My website used to work, so I know there isn't any code in the pages that would cause this to happen.

Is there an Apache setting I check? Perhaps it is sending a really long header that I can not see? I am not really sure what to do. I have made my site to force https but it's slow and not signed.

View Replies!   View Related
How To Redirect.. Www.website.com -> Www.website.com/forums
I want my users to be redirected directly to my forum

so when they type in www.mywebsite.com it will redirect instantly to www.mywebsite.com/forums

I know this can be done on Cpanel... any other ways?

View Replies!   View Related
Http-put Proxy / Http-connect Proxy
Anyone can inform how to fix "http-put proxy" or "http-connect proxy" ?

My hosting provider said that my dedicated server is not secure because of that.

I use CentOS 4.x and only Apache 2.0.52

# rpm -qa | grep htt
httpd-2.0.52-28.ent.centos4
httpd-suexec-2.0.52-28.ent.centos4

I searched about the topic but got not much information.

View Replies!   View Related
WWW Vs No-WWW
What does everyone prefer with the domains of their sites?

www.yourdomain.com
yourdomain.com

Anyone have any real pros or cons?

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
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
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
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. 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 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
Http Down ...
Im able to ping / SSH into my server however unable to access any websites?

any idea what to do

doing a top shows (no sign of http)

4726 root 16 0 2168 1088 828 S 0.3 0.0 0:02.76 top
1 root 15 0 2040 636 548 S 0.0 0.0 0:00.43 init
2 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
3 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
4 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0
5 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 events/0
6 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khelper
7 root 16 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
10 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kblockd/0
11 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
136 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 cqueue/0
139 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khubd
141 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kseriod
205 root 25 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
206 root 15 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
207 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kswapd0
208 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 aio/0
359 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 kpsmoused
382 root 17 -5 0 0 0 S 0.0 0.0 0:00.00 ata/0
383 root 17 -5 0 0 0 S 0.0 0.0 0:00.00 ata_aux
386 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
387 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
388 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2
389 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_3
398 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 ksnapd
401 root 10 -5 0 0 0 S 0.0 0.0 0:00.10 kjournald
433 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 kauditd
467 root 21 -4 2760 1176 396 S 0.0 0.0 0:00.52 udevd
887 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kedac

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 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
Can't Access Www.a2b2.com
i try to access www.a2b2.com but i cant open the page.

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
Www.subdomain.mydomain.com
how to setup sub domains to look like: [url] instead of just [url]

View Replies!   View Related
Who Know Www.eukvps.com For VPS
who know www.eukvps.com for VPS ? how is them support?

and how is them Expert in vps?

Thanks for All Posting.

View Replies!   View Related
No Index With Prefix Www
I have a client who's index will not come up when using "www". Of course I have checked the dns severs and all is well.

View Replies!   View Related
Website Does Not Work If Www Is Used
For some reason one of my websites no longer works when I use www in the address. For example [url] works yet [url]does not.

I get this error in ie "Internet Explorer cannot display the webpage".

what I can do to get it working again?

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
Always Show Www. In Domain
How do I configure server to always show the www. on the address bar of web browsers even when others type mydomain.com.

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
OPTIONS * HTTP/1.0
Am having a lot of this in my apache status in both, a dedicated server and a vps, i think is affecting our load,

example of just some of the ones that appear in the apache status (whm)

Code:
70-0 - 0/0/21 . 0.00 18726 0 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
71-0 - 0/0/33 . 0.00 18730 0 0.0 0.00 0.20 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
72-0 - 0/0/93 . 0.00 18731 0 0.0 0.00 0.83 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
73-0 - 0/0/17 . 0.00 18734 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
74-0 - 0/0/24 . 0.00 123794 0 0.0 0.00 0.13 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
75-0 - 0/0/30 . 0.08 123710 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
76-0 - 0/0/9 . 0.00 123783 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
77-0 - 0/0/10 . 0.01 123709 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
78-0 - 0/0/19 . 0.00 123748 232 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
79-0 - 0/0/129 . 0.00 123793 0 0.0 0.00 1.77 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
80-0 - 0/0/1 . 0.00 177694 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
81-0 - 0/0/1 . 0.00 177693 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
82-0 - 0/0/1 . 0.00 177692 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
83-0 - 0/0/3 . 0.07 177638 0 0.0 0.00 0.02 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
84-0 - 0/0/13 . 0.16 177609 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
85-0 - 0/0/1 . 0.00 177691 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
86-0 - 0/0/12 . 0.08 177616 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
87-0 - 0/0/3 . 0.00 177647 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0

View Replies!   View Related
Ping Is Down, Http Is Up
My sites are up when I go to http and there is no slowdown but my monitors (panopta and pingdom) say that there is an outage in ping (only in ping, http is up). I tried pinging the server and there are packet loss up to 100% but the site is still up. I also used other online pinging tools (all-nettools.com, dnsstuff.com, etc.) and host unreachable.

I tried contacting the provider but they say there are no network problem at this time. So I found this other site that's also hosted on the same provider and I can access their site but fails on ping.

View Replies!   View Related
Http To Https
Currently I have a URL that has HTTP. This has been given to the public. There is no doubt that they have added this URL to their favorites.

In about 2 weeks, I will be applying an SSL certificate that would add an ‘S’ to the HTTP (e.g. https)

My questions is: After applying this SSL certificate, which adds an “S”, will the link saved in my users’ favorites still work? Or do I have to add some HTML code that will redirect them?

View Replies!   View Related
Http 204
Where is the best place to use HTTP 204 response, in which situations you use it?

View Replies!   View Related
Planet HTTP
Does Anyone Know Thier Nameservers? It Was Like Ns5.hyperdrive.net

Please Help Me And Let Me Know, My Job Is On The Line

I Called Them, Once They Found Out I Had A Problem They Hung Up!

View Replies!   View Related
Https Instead Http
I have installed SSL for the domain abc.com, for security reason I'd like make [url]is default for all access, that mean if the visitor type [url]on the browser, it will auto forward to[url]

View Replies!   View Related
Https And Http
I am maintaining a site that is totally on a secure folder. I have been asked to make only the things like the cart to be secure and to make the rest of the site non-secure.

there is an https and an http folder on the server all of the site is now on the https folder. I thought all I needed to do is move the pages I wanted to be non-secure to the http folder and then use an absolute address when I needed to refer betweem them.

I called my hosting people (the people who originally developer the site and made it all secure before handing to it me) and asked them about what all I need to do. they said its very complicated because I am dealing with 2 different root directories and didn't offer me much info on how to do it myself instead they just said if I can't figure it out they will do it for a price.

View Replies!   View Related
Http And Httpd...
I have a question related to apache. Last night, I noticed the system was using 100% CPU. So I did "top" and saw a process, with command "http" using it all up. I tried restarting apache a few times because I though that was it, it didn't stop. Then I realized apache is httpd. I killed the process and haven't seen it since (least 12 hours now).

What is this? Has anyone ever had this? Does this process belong to apache or something else and I just don't know it? If so, any general ideas on why it was using 100% CPU? I can post my configuration files if needed. I also did an rkhunter scan. Everything came up as not infected or OK there, so...

MD5
MD5 compared: 0
Incorrect MD5 checksums: 0

File scan
Scanned files: 342
Possible infected files: 0

Application scan
Scanning took 168 seconds

This is CentOS 4.4, Pentium D, 1gb RAM box, guarded by Smoothwall.

View Replies!   View Related
Finding And Chmod The Www Folders
i need to find al www folders within home directory with 777 permissions and need to chmod to 750.

if possible post the command to do it

View Replies!   View Related
Myweb Dosen't Work With Www
my website with www dose not work but without www it work fine . what should i do?

View Replies!   View Related
Can I Make A Subdomain To Open With Www
can i make my sub domain name to open with www..

ex: www.hosting.domain name.com

View Replies!   View Related
Review Experience :: Www.verio.com
is there any review or experience available for www.verio.com

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
Copyright © 2005-08 www.BigResource.com, All rights reserved