Viewing Mobile site error

Mobile site error



User: Guest 12 years ago
Hi, when I attempted to view the mobile version of my site, using my iPhone it get the following message (attachment). I followed the instructions from the RAGESW blog to set up my mobile pages. I have published my files 'to Folder' and uploaded using SEO Tool to the directory public_html/UKMain. When I use an FTP Client to move the mobile home.html file out of the UKMain folder into the Public_html folder I no longer get the error message but, at the same time, I don't get the fully loaded page that I am expecting...instead I get a partially loaded page.

Is there a way that I can set Easyweb to search for the mobile home.html file in the SAME folder (Public_html/UKMain) as the rest of my website? OR can you tell me which files/folders i need to move back into the public_html folder to achieve fully-loaded mobile pages.

Thanks

photo.PNG
Edit
User: Paul-RAGESW 12 years ago
Hi,

Sorry for the problems you are experiencing.

If you publish to EasyWeb hosting it will work properly.

Unfortunately we cannot provide debugging for third party web hosts. We can only guarantee that the mobile version will work properly on the EasyWeb hosting platform.

Some web hosts may not support the mobile redirect features.

-------------------------------
Paul
EverWeb Developer
User: Roddy 12 years ago
You can create a separate version of your"mobile" site in EasyWeb and publish it to a sub domain on your server.

Here's an example...

http://roddymckay.com/EasyWeb/mobile/index.html

If you are using a smart phone, enter this URL...

http://roddymckay.com/EasyWeb/index.html

... and you will be redirected to the mobile version.

Go to the "Code" page of the mobile site to find out how to use the redirect code.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Markus E. 9 years ago
Just saw this thread is 3 years old, but I experienced the same problem in a newly purchased version of Everweb and did the following:

open your index.html in a text editor and remove the / in the redirectURL command (line 7):
change from <script type="text/javascript">redirectURL('/mobile.html');</script>
to <script type="text/javascript">redirectURL('mobile.html');</script>

Worked for me, seems like a bug I hope they'll fix (which I actually doubt since they didn't bother for 3 years now), but now I can have an Everweb mobile page also in a subdirectory and not only on the root level of a domain.
User: Paul-RAGESW 9 years ago
HI Markus,

This is not a bug.

If you want to publish your website to a sub directory make sure you have added the sub directory under File->Edit Publishing Settings.

-------------------------------
Paul
EverWeb Developer
User: Markus E. 9 years ago
Hi Paul,

> If you want to publish your website to a sub directory make sure you
> have added the sub directory under File->Edit Publishing Settings.
>

ok, I can confirm it works when an FTP-server is selected in the publishing setting.

However, the option for a sub directory is not available when publishing to a folder. So, the mobile redirect does not work as intended when I publish to a folder and then upload its contents to a subdirectory via FTP.

Can you add the sub directory option also in the "publishing to a folder" settings?

Thanks,
Markus
User: Paul-RAGESW 9 years ago
Hi Markus,

The sub directory field under the FTP setting option will be applied to the website when it is exported as a folder.

This is certainly not a very clear solution, I will see about making it more user friendly in a future update of EverWeb.

Please let me know if you have any issues with the above.

-------------------------------
Paul
EverWeb Developer


Post Reply
You must login or signup to post.