
Guadalupe Luna
Zeta
Verificación en dos pasos activada
Hola amigos del foro espero que alguien me pueda ayudar la cuestión es la siguiente:
Tengo una página web que apenas me di cuenta que si tecleo mi dominio sin www o con www entra a mi web.ç
Entonces tengo que hacer un redireccionamiento 301 checando en mi root tengo 2 archvios:
.htaccess y un _.htaccess
En estos 2 archivos los abro y me aparece lo siguiente:
ARCHIVO 1 (.htaccess)
#Options +FollowSymLinks
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase //
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
</IfModule>
ARCHIVO 2 (_.htaccess)
#Options +FollowSymLinks
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
</IfModule>
Mi dominio esta en Godaddy así que vi una opción para configurar el redireccionamiento y lo hice en godaddy.
Pero al entrar a un checador de redireccionamiento me aparece esto?

Alguien me podría explicar y ayudar saludos y gracias.
Tengo una página web que apenas me di cuenta que si tecleo mi dominio sin www o con www entra a mi web.ç
Entonces tengo que hacer un redireccionamiento 301 checando en mi root tengo 2 archvios:
.htaccess y un _.htaccess
En estos 2 archivos los abro y me aparece lo siguiente:
ARCHIVO 1 (.htaccess)
#Options +FollowSymLinks
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase //
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
</IfModule>
ARCHIVO 2 (_.htaccess)
#Options +FollowSymLinks
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
</IfModule>
Mi dominio esta en Godaddy así que vi una opción para configurar el redireccionamiento y lo hice en godaddy.
Pero al entrar a un checador de redireccionamiento me aparece esto?

Alguien me podría explicar y ayudar saludos y gracias.
Última edición: