Hola, como la versión móvil de mi web, aunque responsive, es muy mala, he contratado los servicios de DUDA https://www.duda.co/
He pagado y creado una web para móvil muy buena, pero una vez hecha me da una URL diferente y me dice que tengo que redireccionar a esa URL SÓLO A LOS VISITANTES QUE ENTREN DESDE DISPOSITIVOS MÓVILES, NO A TODOS, EVIDENTEMENTE.
La URL es: http://mobile.dudasite.com/site/auxiliardebiblioteca
¿Me lo pueden hacer o explicarme como lo hago?
GRACIAS, ES URGENTE
URL del sitio: Contenido solo visible a usuarios registrados
Hola Enrique.
Edita el archivo htaccess de la instlacion y al principio del archivo añade lo siguiente:
RewriteEngine on RewriteBase / # Check if this is the noredirect query string RewriteCond %{QUERY_STRING} (^|&)m=0(&|$) # Set a cookie, and skip the next rule RewriteRule ^ - [CO=mredir:0:auxiliardebiblioteca.com] # Check if this looks like a mobile device # (You could add another [OR] to the second one and add in what you # had to check, but I believe most mobile devices should send at # least one of these headers) RewriteCond %{HTTP:x-wap-profile} !^$ [OR] RewriteCond %{HTTP:Profile} !^$ [OR] RewriteCond %{HTTP_USER_AGENT} "acs|alav|alca|amoi|audi|aste|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "dang|doco|eric|hipt|inno|ipaq|java|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|opwv" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "palm|pana|pant|pdxg|phil|play|pluc|port|prox|qtek|qwap|sage|sams|sany" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|w3cs|wap-|wapa|wapi" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "wapp|wapr|webc|winw|winw|xda|xda-" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "up.browser|up.link|windowssce|iemobile|mini|mmp" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "symbian|midp|wap|phone|pocket|mobile|pda|psp" [NC] RewriteCond %{HTTP_USER_AGENT} !macintosh [NC] # Check if we're not already on the mobile site RewriteCond %{HTTP_HOST} !^m. # Can not read and write cookie in same request, must duplicate condition RewriteCond %{QUERY_STRING} !(^|&)m=0(&|$) # Check to make sure we haven't set the cookie before RewriteCond %{HTTP_COOKIE} !^.*mredir=0.*$ [NC] # Now redirect to the mobile site RewriteRule ^ http://mobile.dudasite.com/site/auxiliardebiblioteca [R,L]
Un saludo
Por favor, me dices la rura exacta de ese archivo... otra cosa... ¿Al principio del todo????
Hola Enrique.
me dices la rura
Claro, lo tienes dentro de la carpeta public_htm que es la raíz donde tienes instalada la aplicación de ese dominio.
¿Al principio del todo????
Si, tienes que añadirlo al principio del archivo en la linea 1
Un saludo
Hola, efectivamente, lo pego al principio del archivo htaccess y ya se ve la versión móvil. Pero he tenido que quitarlo por dos razones, a ver si me puedes ayudar.
1) En la versión móvil, aunque todo está bien, no se ven las imágenes. He usado un plugin para renombrar las imágenes sin acentos, eñes, etc. pero seguía igual
2) ALGO HA DEBIDO AFECTAR A WOCCOMMERCE PORQUE CON EL CÓDIGO DE LA WEB MÓVIL EN EL HTACCESS CUANDO HAY UNA COMPRA CON TARJETA NO NOS LLEGA EL EMAIL DE AVISO. QUITÉ EL CÓDIGO Y SE ARREGLÓ
¿QUÉ PUEDO HACER? HE PAGADO PARA LO DE LA WEB MÓVIL Y ME GUSTARÍA HACERLO PERO SIN QUE PASARA LO DE LAS COMPRAS Y QUE SE VIERAN LAS IMÁGENES
gracias
Hola Enrique.
El problema viene por como esta generando las URL. es decir genera la URL mobile.dudasite.com/.... para mostrar las imagenes, si modifica esa URL p ara que carge la URL del dominio principal esta se muestra bien:
Estos temas los tienes que tratar con la gente que realizo la web, nosotros no la conocemos como para poder informarte que y donde tienes que modificar.
Mi consejo es que lo consultes con los que te realizaron la web.
Lo mismo pasara con lo de los avisos.
Un saludo