• My knowledge of web design is fairly limited. I’m a producer and audio engineer and was able to put together a website for my studio using a wordpress theme. All was well until I upgraded from a 2.x version to 3.2.1. Ever since this upgrade my android phone won’t load the website. Everything still works fine in Firefox or Safari. The web address is…

    https://www.thewombrecording.com

    However, when I try to visit the site on an Android or iPhone is automatically tries to go to this address…

    m.thewombrecording.com

    and then display’s the message “We are sorry, there is no such site”

    I figured there must be some kind of option to send mobile phones to the standard site rather than the mobile version which doesn’t exist but I can’t find it to save my life. Please help! Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • that’s not standard WP behaviour, my guess would be a plugin

    Check em all, if you can’t narrow it down, deactivate them all and test your site. If that fixes, reactivate and test one by one

    Thread Starter reggieofarrell

    (@ofarrellaudio)

    I tried deactivating all of the plugins. It still re-directs my mobile browser to m.thewombrecording.com

    any kind of redirect leftover from a plugin in your .htaccess?

    Thread Starter reggieofarrell

    (@ofarrellaudio)

    the .htaccess file in my root directory reads this…

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    ###[==MOBIAPLUSHASH_<%DOMAIN_HASH%>=]###

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:X-WAP-PROFILE} !^$ [OR]
    RewriteCond %{HTTP:PROFILE} !^$ [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*(Alcatel|Asus|Android|BlackBerry|Ericsson|Fly|Huawei|i-mate|iPAQ|iPhone|iPod|LG-|LGE-|MDS_|MOT-|Nokia|Palm|Panasonic|Pantech|Philips|Sagem|Samsung|Sharp|SIE-|Symbian|Vodafone|Voxtel|WebOS|Windows\s+CE|ZTE-|Zune).*$ [NC,OR]
    RewriteCond %{HTTP_ACCEPT} application/vnd.wap.xhtml\+xml [NC,OR]
    RewriteCond %{HTTP_ACCEPT} text/vnd.wap.wml [NC]
    RewriteCond %{SERVER_PORT} !^443$
    RewriteCond %{SERVER_NAME} ^www\.(.*)$
    RewriteRule ^(.*) https://m.%1/ [L]

    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:X-WAP-PROFILE} !^$ [OR]
    RewriteCond %{HTTP:PROFILE} !^$ [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*(Alcatel|Asus|Android|BlackBerry|Ericsson|Fly|Huawei|i-mate|iPAQ|iPhone|iPod|LG-|LGE-|MDS_|MOT-|Nokia|Palm|Panasonic|Pantech|Philips|Sagem|Samsung|Sharp|SIE-|Symbian|Vodafone|Voxtel|WebOS|Windows\s+CE|ZTE-|Zune).*$ [NC,OR]
    RewriteCond %{HTTP_ACCEPT} application/vnd.wap.xhtml\+xml [NC,OR]
    RewriteCond %{HTTP_ACCEPT} text/vnd.wap.wml [NC]
    RewriteRule ^(.*) https://m.%{HTTP_HOST}/ [L]

    ###[=MOBIAPLUSHASH_<%DOMAIN_HASH%>==]###

    Everything after the END WordPress tag in this looks very suspicious. It looks like it was added by my hosting company since they are called Aplus. Maybe I should just delete everything after the END WordPress tag?

    Thread Starter reggieofarrell

    (@ofarrellaudio)

    I deleted all of the MOBIAPLUSHASH garbage and that seems to have fixed my problem. Thanks for pointing out the .htaccess file! I never would have checked that.

    YUp, delete it, or comment it out to be less permanent…

    or rename that .htaccess file and make a new one with just the wordpress content

    But you’ve definitely found the issue

    Hello,

    I’ve been having the same issue with wordpress 3.3.1. I cannot find a .htaccess file. when I run a search for it on the ftp it cannot find it either. The site works fine on every browser and on an Ipad, but not on phones. I get the message allerting me that there is no such site. Any advice?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Site not visible on mobile phones after upgrade’ is closed to new replies.