Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22083

samuelxiveiro on "Page not available ONLY using phone/tablet"

$
0
0

Hi,

This is a long story...

My web page didn't have a responsive template. I decided to install a responsive one.

And because of that I didn't need this plugin anymore.

I unistalled the template and it showed and error. Then I decided to delete the plugin by FTP and this problem dissapeared (https://wordpress.org/plugins/wp-mobile-edition/)

The main problem NOW is that: I have a responsive template but it still redirects to the mobile.mypage.com when I use my phone or table device.

I checked some files and saw in the .htaccess file the following code:

##BEGIN MOBILE (do not edit below this line)
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ((.*iPhone.*)|(.*iPod.*)|(.*BlackBerry.*)|(.*Android.*Mobile.*)|(.*Windows\ CE.*)|(.*IEMobile.*)|(.*Opera\ Mini.*)|(.*Opera\ Mobi.*))
RewriteCond %{HTTP_COOKIE} !dm_show_classic
RewriteCond %{QUERY_STRING} !no_redirect=true [NC]
RewriteCond %{HTTP_HOST} ^www\. [NC,OR]
RewriteCond %{HTTP_HOST} ^[0-9a-z-]+\.[a-z]+$ [NC]
RewriteCond %{REQUEST_URI} ^/_dm/s/ [NC,OR]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif|png|css|js|txt|ico|pdf|bmp|tif|mp3|wav|wma|asf|mp4|flv|mpg|avi|csv|doc|docx|xls|xlsx|ppt|pptx|zip|rar|tar|gz|dmg|iso)$ [NC]
RewriteBase /
RewriteRule ^(.*)$ http://mobile.chileproperty.com/ [R,L]
##END MOBILE

The one I deleted hoping to get rid of the error (redirection).

I checked a lot of things, tried deactivate all the plugins and so on but nothing seems to work. Reinstall wordpress, etc.

Does anyone know how to avoid this redirection that I don't need as I have a responsive template now.

My webpage is: http://www.chileproperty.com/

The last try I made was creating a forwarding 301 from mobile.chileproperty.com to chileproperty.com, so I was not going to fix the problem but to mask it...

The result is now the webpage is not available from devices (phone/tables) after setting everything as It was before.

Any ideas how to fix that...? I am really frustrated...

Thanks in advance.


Viewing all articles
Browse latest Browse all 22083

Trending Articles