| |||
como hago para que se agregue el www cuando digito http://forosdelweb.com/ en la barra de direcciones del navegador automaticamente cambia por http://www.forosdelweb.com/ , le agrega el www . yo quiero que funcione lo mismo para mi dominio. como lo configuro para que funcione de esa forma ? |
| ||||
Respuesta: como hago para que se agregue el www Desde cpanel puedes hacerlo en el apartado de Redirecciones de dominio, lo hace todo por ti de la misma forma que se hace manualmente editando el archivo .htaccess. Saludos,
__________________ Infranetworking.com - Expertos en Hosting Multidominio, Cloud Hosting, Servidores Dedicados y Administración de Servidores Linux |
| |||
Respuesta: como hago para que se agregue el www Coloca estos codigos en .htaccess y listo!!! salu2 # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName jotaeprint.com AuthUserFile /home/tuweb/public_html/_vti_pvt/service.pwd AuthGroupFile /home/tuweb/public_html/_vti_pvt/service.grp RewriteEngine on RewriteCond %{HTTP_HOST} !^tuweb\.com RewriteRule (.*) http://www.tuweb.com/$1 [R=301,L] |
| ||||
Respuesta: como hago para que se agregue el www Cita: Toda esa retahila sobra. Con las últimas 3 líneas es suficiente.
Iniciado por timz # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName jotaeprint.com AuthUserFile /home/tuweb/public_html/_vti_pvt/service.pwd AuthGroupFile /home/tuweb/public_html/_vti_pvt/service.grp RewriteEngine on RewriteCond %{HTTP_HOST} !^tuweb\.com RewriteRule (.*) http://www.tuweb.com/$1 [R=301,L]
__________________ Planes VPS en el mundo > DirectorioVPS Visita los foros de hosting de ComunidadHosting |
Etiquetas: |