I know that the sites are two different domains.
I was indeed referring to the additional info Google is providing for one site and not for the second.
you can use a webserver on any type of computer. My home server runs on an old PIII 600MHz. A webserver is just some sort of file server; The bottleneck is not the server, but the upload connection....
"I have awesome looking website"...
How does your site looks in a text browser?
Maybe there is not enough text to attract spiders.
Each page should contain a minimum of 200 words in normal text...
I think it could be a spambot.
Spambots are scanning the net for pages containing the strings FORM METHOD='POST' ... INPUT TYPE='TEXT' ...
They then try to send their spam messages.
Just as an...
Hello
I'm looking for a simple forum software.
It's for a non-profit organisation and the people are not computer-savvy. WAMP is much too complicated for the users. Number of post: 10/week.
...
A different IP is overkill. I don't think any webcrawler put much attention on server IP (maybe only to ban spam sites). Most domains are served by vhost servers.
Even different domains are...
Leave all the old pages in place (that's really important to keep your rating), but do a permanent redirect to the page that's the most appropriate. An HTTP 301 response is the best choice, but...
CLASS is niet meer of minder krachtig dan ID. Beide hebben hun eigen functionaliteiten. ID is van toepassing op slechts één element ("geef mij je identiteitspapieren"), terwijl CLASS ("de schoolklas...
If your server doesn't show the correct headers, then it's broken, since this is a requirement. I don't know how you could switch the content-length header on, because it should never be switched...
The domain has already expired (it's in the 'grace period', it still is registered but can be taken by anybody as soon as the registrar lock is removed). You...
these?
what is your provider selling?
www.u-k.org (one single hostname) this is normally not possible.
*.u-k.org (a normal domain, like microsoft.com, yahoo.com, ...) You can create any subdomain...
Why? Because sites should be compliant.
In this case, it's not about the content of the page, but about the headers.
Google downloads the files but does not process them directly. Without a valid...
You don't need to provide them yourself.
Your webserver must provide them in the headers.
Before any file is transmitted, the webserver must provide a header with information about the file; it's...
I'm not sure what your question is.
'id' is used for a single instance (mostly as an object in javascript), while 'class' is used for a group of objects, to give them all the same layout.
Browsers shouldn't need a title tag to display a table as intended.
This is basically a computer-generated listing (server log), nothing fancy.
I added a doctype and a title, but at this moment the...
Two problems could arise:
1 - the request can't leave your intranet because the remote port to connect to is set to 20800. This is the most likely reason.