Tipos de hosting
El tipo de hosting define el comportamiento del sitio web. Plesk soporta tres tipos de hosting: Hosting de sitio web, Redireccionamiento y Sin hosting.
Hosting de sitios web
El hosting de sitios web significa que el sitio web está físicamente presente en el servidor.
En el caso del tipo de hosting de sitio web, puede especificar lo siguiente:
-
Preferred domain. Typically, any website is available on two
URLs: with the www prefix (like in
www.example.com)
and without it (like inexample.com
). We recommend that you always redirect visitors to one of these URLs (typically to the non-www version). For example, after you set the Preferred domain to the non-www version (example.com
), site visitors will be redirected to this URL even if they specifywww.example.com
in their browsers. Plesk uses the search engine friendly HTTP 301 code for such a redirection. This allows preserving search engine rankings of your site (preferred domain). If you turn off the redirection by choosing None, search engines will treat both URL versions (www and non-www) as URLs of different sites. As a result, rankings will be split between these URLs. -
Raíz de documentos. La ubicación del directorio donde se conservarán todos los archivos y subdirectorios del sitio. Puede usar el directorio predeterminado
httpdocs
o bien especificar otro directorio.
Redireccionamiento
You can point one or more registered domain names to the same physical
website, by using domain name forwarding. This allows automatic
redirection of visitors from the URL they specify in a browser to a site
with a different URL. For example, visitors of the
site www.example.com
can be redirected to www.somedomain.tld
.
There are two types of forwarding in Plesk: the standard and frame
forwarding.
Redireccionamiento estándar
Con el redireccionamiento estándar, los usuarios que hayan sido redireccionados a otra URL podrán ver la URL de destino en la barra de dirección de su navegador.
Depending on how long you intend to use the redirection, you can select the type of redirection – Moved permanently (code 301) or Moved temporarily (code 302). These are HTTP response codes which Plesk sends to browsers to perform the redirection. From the visitors’ point of view, the response code does not matter: in both cases, visitors will be redirected to the destination URL. For search engines, the code defines how they should treat the redirected site and affects search engine rankings.
-
Movido permanentemente (código 301).
Use este tipo de redireccionamiento si desea preservar el ranking de su sitio en los buscadores tras moverlo de forma permanente a otra dirección.Por ejemplo, siejemplo1.com
ha sido movido de forma permanente al dominioejemplo2.com
, los rankings no se dividirán entreejemplo1.com
yejemplo2.com
– los crawlers de los buscadores los tratarán como si se tratara de un único sitio web. -
Movido temporalmente (código 302).
Use este tipo de redireccionamiento cuando el dominio de destino se use de forma temporal, como por ejemplo si está probando una nueva versión del sitio con visitantes reales a la vez que conserva la versión anterior intacta. Si establece este tipo de redirección para el dominio de destino nuevo, este dominio no será indexado por los buscadores.
Redireccionamiento por marcos
With Frame forwarding, when visitors are redirected to another site, the address bar of their browsers continues to show the source URL. Thus, visitors remain unaware of the redirection. This is called frame forwarding as the index page of the source site contains a frame with the destination site.