Viewing Mobile Redirect Bug

Mobile Redirect Bug



User: Declan D. 11 years ago
I am using my own server and creating a main and a mobile version of my site in the one folder "http://my_server/ew/ ". So I have the following pages:
home which redirects to
m_home
new which redirects to
m_new
etc.

When I upload to the server, redirects are all broken because the "ew/" is left out of the path. my_server/ew/index.html redirects to my_server/m_home.html which is not found.
Similarly, my_server/ew/new.html redirects to my_server/m_new.html which is not found.
I can work around by redirecting using external URLs but "one of my pages" ought to work.


Post Reply
You must login or signup to post.