URL is redirecting

My Mac keeps getting into this strange scenario.  I'll use Facebook, then maybe let it sit for a while.  Then I'll check my Yahoo mail.  It seems if I let it sit, it gets "stuck" on Yahoo.  I'll try to go to Facebook, but it takes me to Yahoo instead.  I'll clear the history, but then it says "Not found on Accelerator" if I try to go there.  Once I reboot it, it's fine.  It's not a router problem, my Windows laptop has no trouble getting to Facebook while this is going on.  Other times, I'll try to go to Facebook and it will pop up security warnings about "This certificate is not valid", even though I may have been there just 10 minutes before.  What gives?  Both Safari and Firefox are doing this.

If you are running v10.6.7 as your profile suggests, go to the Apple menu icon top left in your screen then click Software Update.
Restart your Mac after the updates are installed, try Safari.
And open System Preferences / Date & Time then select the Date & Time tab.
Make sure: Set date and time automatically is selected. That may help the certificate issue.

Similar Messages

  • Ignoring request not on consumer URL or redirect URL

    Hello,
    I have configured SAML for SSO for the destination site and it works fine for the page configured as Source Site Redirect URI. Attempt to access any other resource in the web application gives an error as : SAMLServletAuthenticationFilter: Ignoring request not on consumer URL or redirect URL.
    Relevant entries in web.xml and weblogic.xml are as below.
    Thanks for your time and help.
    Hiren
    web.xml*_
    <login-config>
              <auth-method>CLIENT-CERT</auth-method>
         </login-config>
    <!-- SAML SSO Start -->
    <security-constraint>
              <web-resource-collection>
                   <web-resource-name>Advisor</web-resource-name>
                   <description>These pages are only accessible by authorized users.</description>
    <url-pattern>*</url-pattern>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
              </web-resource-collection>
              <auth-constraint>
                   <description>These are the roles who have access.</description>
                   <role-name>ssorole</role-name>
              </auth-constraint>
         </security-constraint>
         <security-role>
              <description>These are the roles who have access.</description>
              <role-name>ssorole</role-name>
         </security-role>
    weblogic.xml+_
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <security-role-assignment>
              <role-name>ssorole</role-name>     
              <externally-defined/>
         </security-role-assignment>
         <context-root>Advisor</context-root>
    </weblogic-web-app>

    Hi David,
    I am currently not passing any group information in the SAML Assertion. I haven't tried SAML 2. I found this in one of the FAQs for UCM SSO 'only SAML v1.1 based SSO solution is certified to work with UCM 11.1.1.4'. Using SAML v1.1 if you want to use the groups information you have to configure the 'Enable Virtual users' option in the SAML Destination Site. Also, you need to configure the SAML Authentication Provider along with the SAML Identity Assertion Provider.
    Section 5.7 in the below link will give you some information about it.
    http://docs.oracle.com/cd/E14571_01/web.1111/e13707.pdf
    HTH,
    Shyam

  • After Firefox update, pages are redirected whenever I type a letter or try to enter url, different redirects based on letter I type. Opens a windows explorer window, goes to original login, opens Start/Run window with cmd in box etc.

    Please send some advice if you have any ideas of how to solve this issue.
    The info that is shown about my computer is not accurate. The machine with the problems below is running 64 bit Vista but I cannot access a site like this one due to the constraints listed below.
    I fell for what I thought was a Firefox update but since installing it, when entering a URL, I am redirected back to original computer log in / password entry box. If I use my browser window drop down list I can get into something like Facebook and move around but as soon as I try to type any letter into a 'comment' box, I am redirected to both a Windows Explorer type page showing my various drives and another Window from my Start/Run with the dialog box open with cmd entered in it already. Certain typed letters don't show up at all when trying to enter a 'comment' on Facebook while various letters get various different responses. It is impossible to enter any URL or use my browser other than the items in my drop down. Once there, say to my bank account, I cannot enter any password as I am immediately redirected to someplace else upon trying to type a letter or character. I don't know how to get my browser working. I have tried IE as well and the same thing happens. All started after the supposed upgrade of Firefox. Your help would be appreciated. Thank you.

    Please send some advice if you have any ideas of how to solve this issue.
    The info that is shown about my computer is not accurate. The machine with the problems below is running 64 bit Vista but I cannot access a site like this one due to the constraints listed below.
    I fell for what I thought was a Firefox update but since installing it, when entering a URL, I am redirected back to original computer log in / password entry box. If I use my browser window drop down list I can get into something like Facebook and move around but as soon as I try to type any letter into a 'comment' box, I am redirected to both a Windows Explorer type page showing my various drives and another Window from my Start/Run with the dialog box open with cmd entered in it already. Certain typed letters don't show up at all when trying to enter a 'comment' on Facebook while various letters get various different responses. It is impossible to enter any URL or use my browser other than the items in my drop down. Once there, say to my bank account, I cannot enter any password as I am immediately redirected to someplace else upon trying to type a letter or character. I don't know how to get my browser working. I have tried IE as well and the same thing happens. All started after the supposed upgrade of Firefox. Your help would be appreciated. Thank you.

  • Using a variable to insert into a URL for redirecting clients

    I got a good one, can anyone help on this?
    Using RoboHelp Version 8.02.208.
    My company uses MicroStrategy to deploy several web-based data analysis products.
    Each of these data products (there are 5) are deployed on different servers.
    I have set up a single source WebHelp project and use build tags for product specific help output.
    (I also have to modify the Start Page, TOC and Default Topic settings prior to generating each product help)
    Everything on this works fine and is not a problem.
    We have just implemented an Excel add-in for one of the products.
    That add-in uses a locally installed CHM file for its help.
    In order to provide customized help that can be updated without forcing the clients to reinstall the CHM help file locally, the source for the CHM file has one dummy topic. In that topic, I have used HTML code to redirect the client to the WebHelp for the product and have integrated the Excel add-in help to that product’s customized help. The result is that the CHM file is opened locally in the HTML help viewer. Inside the HTML help viewer window, I open the WebHelp.
    The redirect HARD CODES the URL with the product specific server name and Start Page help topic.
    That works fine and is not a problem for ONE PRODUCT.
    We are in the process of adding this Excel add-in to other products.
    Now here is where I cannot get this to work with my implementation.
    The URL for each product is different and to make matters worse, the Start Page is different for each product as well.
    So, I am working on options for implementation of multiple products and here is my question:
    (1)    The following is an example of the redirect in the single topic of the CHM file:
    <meta http-equiv="refresh" content="0;URL=https://server.com/ProductName/WebHelp/StartPage.htm#mergedProjects/ExcelPlugIn/ Overview.htm" />
    (2)    The red portion of the URL above will need to be modified to support each individual product with a custom server, product name and start page HTM file name.
    Is there a way to:
    (1)    Add a variable in this HTML code
    (2)    Once the product is identified, update the variable with the product specific URL content
    (3)    Integrate the variable into the target URL of the HTML code that does the redirect
    I think this is either not possible or more work than needed. My other option is to provide standalone Excel add-in help on a server and just have the Excel plug-in go to that (right now it is integrated into the product specific help and the client has access to the plug-in help AND the application help all at the same place).
    Thanks to all in advance for any help/suggestions.
    Michael F Weart
    [email protected]

    Thanks for the feedback - here is more informtion on the challenges of this implementation:
    I can only distribute one CHM file to cover all 5 web-based products that can be accessed through the Excel plug-in.
    Regardless of which of our 5 products is used to install the plug-in on the client's local hard drive, the same installer is used.
    That one CHM file is installed locally on the client's hard drive.
    (The out of the box CHM file for the plug-in only has general plug-in help content the locl install causes problems for updating the content).
    We needed to be able to easily update the help without inconveniencing the clients.
    So, I am not creating 5 different CHM files for each installer, since there is only one installer regardless of how many of the 5 products they have.
    The plug-in has a server setting and web service setting for each product and the client must choose which they are accessing when they fire up the plug-in.
    They may be accessing the plug-in for any of our 5 web-based products they have subscriptions for.
    Which means, the one CHM file must be able to:
    (1) determine the product they are accessing
    (2) direct to one of the 5 servers with the online help.
    Each of the 5 online helps are deployed on separate servers with different URL links (and the helps have all different URL links as well).
    These online webhelp outputs have some identical content but also some customized content for the specific product they are actually accessing.
    My original approach was pretty much the same as William's above. Have a variable in the CHM help, determine the server they are accessing from the plug-in and insert the customized portion of the URL to access the appropriate webhelp.
    Keep the ideas/suggestions coming.
    I also have a development person looking into how to update a variable on the CHM side to populate the URL.
    Michael F Weart
    [email protected]

  • Escape special characters in url for redirection

    In my web page, I want all the characters of the URL to be lower case. For that I created the following method:
    private bool UrlFormatoCorrecto(string url)
    bool formatoCorrecto = true;
    bool upperCa = url.Any(c => char.IsUpper(c));
    if (url.Any(c => char.IsUpper(c)))
    formatoCorrecto = false;
    if (url.Contains(" ") || url.Contains("+"))
    formatoCorrecto = false;
    return formatoCorrecto;
    This works like a charm until a special character appears. The url that I get then will be the following:
    http://localhost/web/coches/proven%C3%A7a-aribau,-08036-barcelona,-barcelona
    So I have upper case characters. When I redirect it using the following code:
    if (!UrlFormatoCorrecto(urlActual))
    Response.RedirectPermanent(urlActual.Replace(" ", "-").Replace("+", "-").ToLower());
    I get the code again with the same URL with upper case. How can I escape the special characters so they won't bother me anytime I want to make the redirection?

    hello,
    you could escape special caracters with :
    Regex.Escape Method
    Regards
    Cédric

  • How to hide the URL when redirecting to another URL?

    Hello9 @ all,
    I want to write an application, which has some LinkToUrls, which redirect the User to BW-templates. When the user executes the LinkToUrls, he should redirect to the BW Templates, but must not see the URL in his browsers addressbar. He still should see the URL of the Web Dynpro Application. How could I solve this problem??
    Thank you in advance!!
    Mehmet

    Hello Maksim,
    I´ve tried this code inside a action of a LinktoAction but it does not work?
    public void onActionopenUrl(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionopenUrl(ServerEvent)
        String urlToTreeApp = wdContext.currentURLSElement().getKAP();
         final String formattedStr = "<HTML>" +"<HEAD>" +"</HEAD>" +"<FRAMESET ROWS="*" width="100%">" +"<FRAME SRC="" + "www.google.de" + "" MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE FRAMEBORDER="0" BORDER="0" SCROLLING="NO">" +"</FRAMESET>" +"</HTML>";
         try {
              final IWDCachedWebResource resource = WDWebResource.getPublicCachedWebResource
                        formattedStr.getBytes("UTF-8"),
                        WDWebResourceType.HTML,
                        WDScopeType.CLIENTSESSION_SCOPE,
                        wdComponentAPI.getDeployableObjectPart(),
                        "FrameResource"
              try {
                   wdThis.wdGetWd_menueInterfaceViewController().wdFirePlugExit(resource.getAbsoluteURL());
              } catch (WDURLException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
         } catch (UnsupportedEncodingException e) {
              e.printStackTrace();
        //@@end

  • DesktopApp auto update URL port redirection.

    Hi Everyone,
    We are using Filr-1.0.1-HP1 and we are using the port-redirection option to redirect port 80 & 443 to 8080 & 8443 respectively. However this port-redirection doesn't seem to work for the auto update URL. I would rather not open the port 8443 on the firewall. Am i missing some configuration option somewhere?
    https://<baseurl>/Desktopapp
    invalid URL
    https://<baseurl>:8443/Desktopapp
    OK
    Kind Regards,
    Justin Zandbergen
    edit: typo's

    Originally Posted by thsundel
    Justin, take a look here: https://forums.novell.com/showthread...67#post2295867
    Tomas
    Hi Thomas,
    Thanks for the advice, i knew that was an option, but i would have preferred to stick it on filr.<customer>.nl/desktopapp instead of something.<customer>.nl/desktopapp. Ah well, it works now. Thanks!
    Kind Regards,
    Justin Zandbergen

  • URL constantly redirects to itself in Firefox

    Hi
    I have been investigating a problem on a microsoft forum. Each time i open a page on this forum in firefox, the page constantly redirects to itself. The url is this
    http://windowslivehelp.com/thread.aspx?postid=F14713BF-E239-45C4-AA3A-8CA8DA0BBCBF#F14713BF-E239-45C4-AA3A-8CA8DA0BBCBF
    The problem is not occurring in Internet Explorer or Google Chrome, just Mozilla Firefox. As you can see from the thread, it has been suggested that it is a problem with Firefox and that i ask for an explanation here

    There is a script running on that page that doesn't seem to end and that keeps reloading the page endlessly.<br />
    It happens with and without the anchor.<br />
    Without the anchor the script adds the not working uppercase anchor, but even a lowercase version has the problem of reloading.
    *http://windowslivehelp.com/thread.aspx?postid=F14713BF-E239-45C4-AA3A-8CA8DA0BBCBF
    *http://windowslivehelp.com/thread.aspx?postid=f14713bf-e239-45c4-aa3a-8ca8da0bbcbf
    The reloading only stops if I disable JavaScript temporarily.

  • URL for Redirecting to a Desktop AIR Application

    Hi,
    I'm developing a Flex Project that runs on ADOBE AIR. This
    project contains two Flex desktop applications that runs in ADOBE
    AIR.Now i need to redirect to one Flex desktop application from
    another Flex desktop application.Can anyone please tell me how the
    URL should look like in the new UrlRequest( ). Thanks in advance
    for any help....................

    You can launch an AIR application from the browser if a few
    requirements are met.
    *Use must have the application already installed.
    *The application must have "allowBrowserInvocation" set to
    true in the application descriptor.
    *Must have AIR installed
    *Application must be launched by some sort of user
    interaction, ie, a mouse click (can't be launch
    automatically)

  • Ampersands in URLs for redirect

    I ran my website address through the W3C Markup Validation process and got errors stating that url variables such as http://www.test.com?var1=one&var2=two is incorrect. You are supposed to use the & instead of the & symbol. This works great for all of my HTML links however it doesn't work for JSP response.sendredirect("") so I still get a few W3C errors. The only way I can get the response.sendredirect("") to work is by using the & symbol.
    Thank you for any suggestions

    You don't need to change it in the sendRedirect() method. It is part of serverside code and I really don't see how the W3C validator sees serverside code.

  • Url rewriting/redirecting

    Hi everyone,
    I have a domain say: http://zoramhere.com
    If a user enters http://zoramhere.com/anything
    I want to redirect it to the index page say: http://zoramhere.com/index.jsp
    What should I do?
    Please suggest the steps I should follow to complete successfully.
    Please suggest..
    Thank you.

    Hello mkoryak,
    As you have said
    make a redirect servlet. i blogged about how to make one here:
    http://notetodogself.blogspot.com/2007/02/how-to-make-redirect-servlet.html
    The code given is:
    private void doRedirect(HttpServletRequest request, HttpServletResponse response) throws ServletException {
    String servletPath = request.getServletPath();
    //do something with the path
    String newServletPath = servletPath.toLowerCase();
    try {
    getServletContext().getRequestDispatcher(servletPath).forward(request, response);
    } catch(IOException ioE) {
    throw new ServletException("Unable to forward request: " + servletPath + " to path: " + newServletPath, ioE);
    But where should I make the necessary changes in the application so that this servlet is called everytime an user enters the urs as say:
    http://zoramhere.com/whateverhewants
    so that its redirected to the servlet so that I can do the required processing
    Thank you

  • Portal 6 URL Rewrite/Redirect

    hi,
    in portal 6 is it possible to say redirect www.testdomain.com requests to the portal address of say www.myportalserver.com/amserver/Login?org=testdomain ?
    i know there are various ways to acocmplish this, but the portal 6 product have this capability?
    or do you specifically need srap to accomplish this?
    thanks

    ok. here's an easy solution I created and tested some minutes ago, seems to work fine with PS6.x WS based.
    1 - copy your WS docs directory "../docs" to "../vdocs".
    what you need here is the "index.html" file
    2 - go to WS admin console , login and click on "Apply" to reload the portal installation changes to the server.xml, then reload and restart (see displayed options)
    3 -create a new "virtual server class" with the above mentioned doc dir ../vdocs"
    4 - in this new class create a new virtual server, e.g.
    MyServer.domain.com
    5 - test with a browser if you are able to contact the WS and get the index.html page
    6 - go to the "vdoc" directory , copy index.html to index.html.orig, create a new index html with the following content and change the redirect path to whatever you want.
    <html>
    <head>
    <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
    <title>JavaScript Redirect</title>
    </head>
    <body bgcolor="white">
    <script language="JavaScript">
    <!--function redirect()
         { window.location = "http://PORTALServer.Domain:Port/portal/dt" } setTimeout("redirect();", 0)// -->
    </script>
    </body>
    </html>�
    It works fine for me with NS4.9, Mozilla 1.5, IE 5.x.
    Whle testing be careful the browsers "like" to cache "old" pages which include the "old" redirections.
    cheers,
    Ulf

  • Disable URL error redirection..have no megaload plugin to remove so how then?

    when I go into Infinity blogs I cant seem to get back to my homepage..keeps giving me this error.. I asked how to fix..told to disable megaload plugin and restart..I have no such plugin..how do I fix this?

    See:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    * [[Options window - Advanced panel#General_tab]]
    See also:
    * http://kb.mozillazine.org/accessibility.blockautorefresh

  • Disable the URL Error Redirection

    Lately I'm being redirected to
    http://urlseek.vmn.net/search.php?type=404&tbn=ilivid1_0dn&q=http://cid-e6d54eb2b9005be2.profile.live.com/
    when I click on an embedded link (not all the time)

    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database.<br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Sharepoint 2010 appended port number in the public URL when redirect

    I'm new in sharepoint so please bear with me.
    We have a sharepoint deployment that has 4 WFEs, each WFE has 4 sites, all on a different port number.  For example;
    Site 1: http://site1.server1:11111
    Site 2: http://site1.server1:22222
    Site 3: http://site1.server1:33333
    Site 4: http://site1.server1:44444
    We have a load balancer that use a public URL to all these sites.  For example;
    Site 1: http://site1
    Site 2: http://site2
    Site 3: http://site3
    Site 4: http://site4
    Here is the problem.  Some of the link in the sharepoint site, when click, the URL is appended with the port number at the end of the public URL.  For example, http://site1:11111.
    I tried playing around with the AAM but it doesnt yield anything.  Any advise from the expert would be appreciated.

    Hi,
    Look at your default AAM.  This controls how the URL is appended or not.  You also need to look at the site bindings in IIS and make sure you have them for each site, for port 80.  And you need an alternate access mapping that routes site.server:Port
    to site if your desired outcome is to have any load balanced call route back to the default alternate access mapping of http://site1
    you would have a binding on http://site1 on port 80 in iis, and a host header associated with this site.
    Also, if you are using path based sites, this will only work for one site.  You can tell if you're using path based site collections if you see a / in front of their names inside view all site collections.
    Microsoft recommends using Host named site collections, check out this technet
    http://technet.microsoft.com/en-us/library/cc424952(v=office.15).aspx
    Stacy www.sharepointpapa.com

  • Destype=Printer; without url being redirected or popup window

    In our old client/server enviroment, our users printed some reports directly to the printer. In the Oracle 9I web server, we user web.show_document to run a report with '_blank' so that the form is not changed to the report URL. Destype=Printer is in the URL and printers are setup on our AIX Unix server. It works but our users do not want to see any popup window and want to stay in a form. A message comes up saying "Report ran successfully". The users don't want this message or the window that it is in caused by web.show_document. They just want to print without seeing anything on the screen. Is this possible?

    Hi,
    Please try with following options
    1. Enter DESNAME with in quotes as '\\rgasion\F5-copyroom east -1' and print the Report
    (or)
    2. Go To Windows Printer Setup, Change printer name to F5-copyroom_east_-1(Remove space with underscore), then try to print
    or
    3. If you printer is Shared Network printer, Open Printer Property dialog and go to Sharing page, there set share name as F5-copyroom_east_-1, then try to print
    Thanks
    Oracle Reports Team

Maybe you are looking for

  • Desktop Manager program for Blackberry 7290 to sync to MacBook Pro

    I just bought a new MacBook Pro computer.  I am trying to sync my trusty old Blackberry 7290 but can not find a Desktop Manager program that works.  Can anyone help me find the correct program to load so I can sync my Blackberry with my Mac? Thank yo

  • To add more fileds on XD01 on sales

    Hi, I want to add one more fileds Customer group1 in the tr code XD01, if u press buttton sales area data we get tab sales.There I want to add one filed Customer group1. Can anybody suggest me how to do ? Thanks

  • Problem installing Visual Studio 2012 Professional, "security ID may not be assigned as the owner of this object"

    I'm trying to install Visual Studio 2012 Professional edition on my work laptop, Windows 7 Enterprise, Service Pack 1. I have limited admin rights and should be able to install programs on this laptop but when I try to install VS 2012, I get the foll

  • Missing an episode

    Hi, Has anyone else every uploaded an episode and then have it disappear from iTunes?  My feedvalidates and the file is on the server but the episode 10 is missing. Thanks! Jon http://www.whoaohrecords.com/TIWIG/TIWIG.xml

  • Kernal panic log assistance requested

    Running a MDD unit, and getting kernal panics. Ran through X-Lab recommends (short of taking it to the store). Ran hardware test loop 43 times, no errors. Rebuilt main drive. Perform system maintenance regularly. Panics occur on both main and back-up