After Unistall If I use any mobile phone or table it goes to mobile.mypage.com
-
Hi,
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.
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 ^(.*)$ https://mobile.chileproperty.com/ [R,L]
##END MOBILEThe 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.
Does anyone know how to avoid this redirection that I don’t need as I have a responsive template now.
My webpage is: https://www.chileproperty.com/
Thanks in advance.
- The topic ‘After Unistall If I use any mobile phone or table it goes to mobile.mypage.com’ is closed to new replies.