Incorrect redirection to mobile url

I have some refurbished laptops with Win7 and IE11. Going to our company (small county government) Sendio Ice Box (spam blocker) IE11 is wrongly redirecting the typed url to the mobile url! This renders the font so small it is unusable. Firefox is NOT doing
this. We have tried all the obvious stuff like deleting history and resetting the security back to default.
Thanks for any suggestions in advance.
Kurt

Hi,
some websites store the screen preferences in the site cookie. Usually properly designed adaptive sites will have buttons to toggle the screen layout between desktop and mobile. see Wikipedia.org
When asking internet related questions please include links to any sites you are having problems with.
Hi and welcome to the Windows Internet Explorer 8, 9, 10 and 11 (Preview) Forum for IT Professionals.
We listened to customer requests from IT Professionals for a dedicated Internet Explorer 8, 9, 10 and 11 Preview forum that you can participate in as community. This is a place where you can share knowledge, ask questions and get them answered and learn
from others with IT environments similar to yours. Primary areas of focus are installation, deployment, security, management, group policy, migrations from previous versions.
If your questions is related to end user experience or you are a home user, we'd definitely recommend heading over to our sister site at Microsoft Answers
http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/threads
Rob^_^

Similar Messages

  • How can I create a redirect to an URL like in SICF?

    Hi,
    we offer  the payroll (com.sap.pct.erp.ess.paycheck_service / sap.com/ess~rem/payslip2) in our portal which is a Java-WD. Whenever we import a modified version of the corresponding HRFORM into the P-system the application aborts with an error because the HRFORM has to be generated first after the import.
    I wanted to get rid of this problem by using the SICF where you can define a redirect to an URL (I wantet to switch to a "service is under construction"-WD). Unfortunately the SICF can only be used for WD4ABAP-services as I know - not for Java.
    Has anybody an idea how to solve my problem? I want to switch to a "service is under construction"-WD whenever there's an abort while processing the payroll application.
    We don't have any Java skill.
    Greetings,
    Steff

    You can place the html in component folder. src>mimes>Components. and can be accessed by code
    try {
    String url = WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"<redirect>.html");
    } catch (WDURLException e) {
    wdComponentAPI.getMessageManager().reportException(e.getMessage(),true);
    1) you can use the url to navigate to the redirect page or can try exit plug.
    nikhil

  • I keep being redirected to mobile versions of most sites even though I'm using my desktop...Help!

    For some reason recently, my computer has decided that I'm always using a mobile device and I keep getting redirected to mobile versions of websites. I do use my phone to broadcast a wifi hotspot but I had been using it for months with no issue to the webpages until just a few weeks ago. Most times I can go to the bottom of the page and change it back to desktop but it never keeps it that way. I have run into the issue with my yahoo and aol mail where the mail page won't load at all so I can't change it to desktop nor can I see my mail. I can't figure out how to stop this from happening and it's becoming increasingly frustrating to not be able to view my mail on my computer. Any help would be greatly appreciated.

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How do i get Safari to stop redirecting to mobile sites?

    Mobile websites are a curse, and IMO was one of the main reasons people didn't use the mobile web before the iPhone. Now with the iPhone you can view the actual web (minus flash, which I would really like to see soon, hint hint), without having to deal with these crippled sites, yet most of them still redirect you to their mobile site.
    Someone please tell me there is a way to get safari on the iPhone to stop redirecting to mobile sites without jailbreaking my phone.

    These redirects are controlled by the websites themseives. They figure out if you are on a mobile phone or not and then redirect you to the mobile version.
    The only way to change that is to look for a link on their site that leads to the full version or write the website webmaster asking them for a link to be added.
    There are other ways as well but those aren't supported by Apple so they can't be discussed here.

  • Mobile Url for a site gives an error

    when i try to access the mobile site of a SharePoint 2010 site it gives me the following error: 
    <input name="__EVENTARGUMENT" type="hidden" />   Error
    Object reference not set to an instance of an object.
    The mobile Url contains _layouts/mobile/mblwiki.aspx this site has wiki feature enabled 

    Hi Omar,
    According to your description, my understanding is that the error occurred when you access the mobile URL for SharePoint site.
    I recommend to append "?Mobile=1" to the end of the URL of the SharePoint site
    to access the mobile view to see if the issue still occurs, such as
    http://MyServer/MySite/default.aspx?Mobile=1.
    If the error still occurs, I recommend to check if the mobile view is activated for SharePoint.
    http://technet.microsoft.com/en-us/library/ff393832(v=office.14).aspx
    More reference:
    http://msdn.microsoft.com/en-us/library/office/ms462572(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Need to invoke a process from a column link and then redirect to a url

    Is it possible to invoke a process from a column link then redirect to a url
    I want to invoke a process that has a pl sql block of code which will do some table inserts and then redirect the user to an external url.
    Any help would be appreciated.

    Howdy Scott,
    I thought this might help me but I've got a dynamic form with apex_application.g_f01(i) items on it ie tabular form. How can I take the value of these arrays with me to the temporary page with the onload process?
    Thanks
    Gary

  • No redirection to different url upon http connections limit exceeded

    Hi,
    As of Standalone OC4j 10.1.2, if you want messages to be redirected to a different URL when the maximum connections limit is reached, you would include the HTTP redirect URL to max-http-connections tag inside server.xml.
    <max-http-connections max-connections-queue-timeout="120" socket-backlog="50"
    value="100">http://optional.redirect.url/page.jsp</max-http-connections>
    I have a standalone OC4j 10.1.3, and would like to be able to redirect to different URL when maximum connections limit is reached but the above max-http-connections does not work and I am not redirected to different URL when maximum connectionns limit is reached. I read user guide of OC4j 10.1.3 and there is no mentioning of max-http-connections at all. In there, they talk about limiting concurrency via http thread pool but there is no discussion as to the mechanism of redirecting users to a different URL where I can display a user friendly message to say "Server is busy, please try again later..." instead of browser display a message "Page cannot be displayed"..
    Please advice,
    Thanks

    Any thoughts on above issue ? please help.
    thanks
    Sam

  • When redirecting to site url jsessionid is appended and url becomes wrong

    hi,
    i have requirement when user clicks on link on b2c application then it should redirect to a site url.The problem when redirecting to site url is that jsessionid gets appended to site url and as a result url is not opened   due to wrong url generated as follows
    http://www.mahindralifespaces.com/SPLENDOUR/PROJECTMILESTONE.ASP;jsessionid=(mlkndcrmsdev_LCD_00)ID0618353650DB01149016834107209233End;saplb_*=(mlkndcrmsdev_LCD_00)7680550?a=b
    how to overcome this problem .did any one have idea
    Regards,
    Pavan

    i am directing forwarding to url using struts action forward using following code
    strUrl=mybom.getProjectStatusBO().getProjectStatusURL(userId);
    log.error("user url"strUrl"userId--"+userId);
    request.setAttribute("strUrl",strUrl);
    forward.setPath(strUrl);
    forward.setRedirect(true);
    return forward;
    following solved my problem
    i have chaged  web-j2ee-engine.xml file
    <cookie-config>
              <cookie>
                   <type>SESSION</type>
                   <path>APPLICATION</path>
                   <domain>NONE</domain>
              </cookie>
              <cookie>
                <type>APPLICATION</type>
                <path>APPLICATION</path>
                <domain>NONE</domain>
              </cookie>
    domain to none solved my problem
    Regards,
    Pavan

  • Redirecting a domain URL to a file

    Is there any SAF directive (e.g NameTrans) to redirect a domain URL (e.g http://www.xyz.com/rob.txt) to a file rob.txt sitting at location /x/y/rob.txt (other than root directory rob.txt).
    Bascially I want to achieve any request coming to http://www.xyz.com/rob.txt redirected to /x/y/rob.txt so that I can use another rob.txt (not the one lying in root dir /) for this domain.

    If you want different hosts to respond with different content, you'd normally create separate virtual servers. Each virtual server could have its own document root, so foo.example.com/rob.txt could map to a different file than bar.example.com/rob.txt.
    If you really want to special case things for a given hostname and URI, you can do that. The following will redirect requests for /rob.txt to /x/y/rob.txt only if the hostname www.example.com was used in the request:<Client urlhost="www.example.com">
    NameTrans fn="redirect" from="/rob.txt" url="/x/y/rob.txt"
    </Client>

  • Firefox is not redirecting to given url it is in ideal stage

    firefox is not redirecting to given url it is in ideal stage

    You can check for problems with preferences and try to rename or delete the prefs.js file and possible numbered prefs-##.js files and a possible user.js file to reset all prefs to the default values.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can try to reset Firefox.
    *https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems
    If you reset Firefox then a new profile is created and some of your data (bookmarks, passwords, cookies, form data) is automatically imported and your current profile will be moved to the desktop (Old Firefox Data).
    You can recover more data from the old profile (be cautious with doing that).
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Redirecting to another url when seesion expires... or on closing browser wi

    is it possible in servlet/jsp using tomcat to redirect to another URL so that i can delete my objects that are stored in ServletContext ?
    i want to redirect when the session get expire or when a user close its window ..
    is it possible using javascript ?
    if any info Plz mail at gmail ..[email protected]

    public class sessionManager implements HttpSessionListener {
         public void sessionCreated(HttpSessionEvent se) {
         public void sessionDestroyed(HttpSessionEvent se) {
    In this class for the sessionDestroyed() function i want to write RequestDispatcher .. so that i can redirect or forward my request to another URL so that i can delete my object that r present in ServletContext.
    because for requestDispatcher i need to implement HttpServlet
    which overrides service method ( doGet()/doPost()).which receives HttpServletRequest/HttpServletResponse object ...
    Plz let me know if possible .... the main thing is that i want to go to that particular URL for delting my objects
    any Plz let me know

  • Redirecting to an URL

    Hi Experts,
    I want to redirect to an URL with an user interaction that is redirection through coding
    Regards
    Vinu

    Hi
    1)go to ur application->applproperties>new>predefine>browse>logoffurl>ok>name:logoffurl->value=http://www.google.com-->finish
    2)go to interface view controller>plugs>outboundplugs>click new>name:define the outbound plug e(exit type) with parameter Url of type string
    3)the create a ui element button in ur vie and write the following code in button's action
    String s=wdComponentAPI.getApplication().getApplicationInfo().findInApplicationproperties("sap.logoffurl").getValue();
    wdThis.wdGetInterfaceviewController(0.wdFirePlugExit(s);
    In the required controllers u can add interface view controller.
    Regards
    Hazrath

  • Desktop safari redirects to mobile websites

    im finding the new Safari redirects to mobile websites on my destop safari...it thinks im on an iphone?
    also, some websites that have seversal "pages" it wont let me click on page 2 etc or "next page" to move to next page.

    examples of problem im having
    on the Audiusa website, when i type www.audiusa.com ( http://progress.audiusa.com/?csref=75483530250853401 ) it opens the desktop website, but as soon as i click on any of the model, it goes to mobile website
    on expedition portal website http://www.expeditionportal.com it wont let me move to net page or select a page at the bottom of the forst page

  • Twitter Non Mobile Url

    I have been trying to decline/accept my followers on my phone but I can't find a non mobile version via google for twitter. I have tried for the longest time and it just doesn't show up. I got one once way back when but it messed up. What is the URL for twitter non mobile?

    Hi Omar,
    According to your description, my understanding is that the error occurred when you access the mobile URL for SharePoint site.
    I recommend to append "?Mobile=1" to the end of the URL of the SharePoint site
    to access the mobile view to see if the issue still occurs, such as
    http://MyServer/MySite/default.aspx?Mobile=1.
    If the error still occurs, I recommend to check if the mobile view is activated for SharePoint.
    http://technet.microsoft.com/en-us/library/ff393832(v=office.14).aspx
    More reference:
    http://msdn.microsoft.com/en-us/library/office/ms462572(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Page continues redirecting to mobile site.

    I have my website www.jorgeromero.me (I'm still a beginer so please give me opinios on what to improve, thanks)
    I have designed a mobile view of my regular site and in the head of the Desktop View site  I placed the following Java Script to redirect to mobile site to devices less than 800 px:
    <script type="text/javascript">
    <!--
    if (screen.width <= 800) {
    window.location = "http://www.jorgeromero.me/welcome-to-my-page-mobile/";
    //-->
    </script>
    It works very well in mobile devices, the only thing I've noticed is that when I click "desktop view" to go to the regular site, it will keep redirecting me to the mobile site which makes sense because Java Script is doing what it's been asked for.
    I tried placing this code in the head of the mobile site to redirect to the desktop view but it only makes a loop in the browser which also makes sense
    <script type="text/javascript">
    <!--
    if (screen.width >= 800) {
    window.location = "http://www.jorgeromero.me";
    //-->
    </script>
    My question is.... what could I do in order to still be able to visit the desktop site when I click "desktop view" in the mobile site.
    Thanks a lot in advance for your help!!

    Thank you!!  I will definitely try this, thanks a lot for your reply.
    When placing the cookie do I have to keep the Java Script redirection code in my mobile site header??
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
    <meta name="apple-mobile-web-app-capable" content="yes" />

Maybe you are looking for

  • How to assign vendor to condition type by default?

    Hi, Here one import PO is having more than 100 line items and for each condition type different, different vendor has to be assigned. Is there any way to make it default before only like all custom duty conditions belong to one custom clearing vendor

  • Carrying and Forwarding agent mapping

    Dear All, I have to map a certain scenario where there are two plants at two different states and one ware house and 20 C& F agents spread across the country. 1)How should i map this in SAP? 2) Whether i should map the C& F agents as S.Loc or any thi

  • 11g R2 Remote External Job Setup

    Have followed all of the instructions in the guide for remote external jobs. Running into the following error when trying to register a remote agent with the database: ./schagent -registerdatabase atlantic 16021 Agent Registration Password ? ********

  • Error in OSD Task from Windows XP to Windows 7

    Hi All, Recently I installed CM2012 R2 and I am doing functional testing migration of operating systems, I have a specific problema when trying to migrate from Windows XP to Windows 7, the steps like capture settings in Windows, capture settings netw

  • __How do I create a 3D, rotatable 'pillow' style bag in PS6 extended - need a tutorial reference please!

    __How do I create a 3D, rotatable 'pillow' style bag in PS6 extended - need a tutorial reference please! I'm trying to make a frozen vegetable style bag (actually about 20 of them), grouped/positioned as if shot in a photoshoot...