Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Como le pongo www. a mi web?
xXelgastydmXx   25 Dec, 2012, 11:59 am
#1
Eso, como le pongo el www. a mi web ya que solo se pone
new-infinit.com.ar
Ayuda porfavor Big Grin
papi   25 Dec, 2012, 12:02 pm
#2
Añade lo siguiente a tu .htaccess
Código:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^tusitio.com [NC]
RewriteRule ^(.*)$ http://www.tusitio.com/$1 [L,R=301]
sustituye tusitio.com por la dirección url de tu pagina
Última modificación: 25 Dec, 2012, 12:03 pm por Z-Blue.
xXelgastydmXx   26 Dec, 2012, 8:49 am
#3
(25 Dec, 2012, 12:02 pm)papi escribió: Añade lo siguiente a tu .htaccess
Código:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^tusitio.com [NC]
RewriteRule ^(.*)$ http://www.tusitio.com/$1 [L,R=301]
sustituye tusitio.com por la dirección url de tu pagina

Gracias papi Big Grin
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.