Ver Mensaje Individual
  #6 (permalink)  
Antiguo 04/09/2010, 17:34
timz
(Desactivado)
 
Fecha de Ingreso: octubre-2008
Ubicación: Lima
Mensajes: 190
Antigüedad: 15 años, 6 meses
Puntos: 3
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]