Disabling URL forwarding

We have a new box for SGD. On the old box I had put URL forwarding so anyone try accessing the SGD on old URL, get forwarded to new URL.
Now I need to check few settings on old machine before we retire it but it keep taking me to new one. I can't logon as admin either. I still could remote to box itself. Is there any way to disable it so I could logon to SGD?
Thanks.
Habib.

Clear the cache and cookies only from websites that cause problems.
"Clear the Cache":
*Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
"Remove Cookies" from sites causing problems:
*Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
*Hold down the Shift key and left-click the Reload button
*Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
*Press "Command + Shift + R" (Mac)

Similar Messages

  • Bug or feature in iWS 6.0 sp1 for URL forwarding?

    running on Solaris 8 ...
    I was having difficulty configuring URL forwarding for individuals
    with iPlanet 6.0 SP1. I was finally able to get it working but had
    to manually define the redirections. I believe this to be a bug
    in the admin server.
    Defining URL forwarding through the admin server defines a NameTrans
    directive, in the obj.conf file, similar to this:
    NameTrans fn="redirect" from="/testing" url="http://www.iplanet.com"
    If you enable Public information directories, the following NameTrans
    directive is defined:
    NameTrans fn="unix-home" from="/~" subdir="public_html"
    We had desired to configure rediction for a few users' home directories.
    Using the Admin Server when the following occured:
    NameTrans fn="unix-home" from="/~" subdir="public_html"
    NameTrans fn="redirect" from="/~johnd" url="http://www.iplanet.com"
    Since the "unix-home" parameter had been defined prior to the
    "redirect" parameter, the redirection was ignored. The webserver
    used our system password file to locate the home directory for
    user 'johnd' and attempted to load the content in that directory,
    affectively bi-passing the redirect parameter defined for this user.
    I found that if the redirection for users' home directories was defined
    prior to the "unix-home" parameter, the redirection would function as
    would be expected:
    NameTrans fn="redirect" from="/~johnd" url="http://www.iplanet.com"
    NameTrans fn="unix-home" from="/~" subdir="public_html"
    The above example could not be done through the admin server. I had
    to manually define it in the obj.conf file and restart the web server. Is this a bug or a feature?

    Jay Fowler wrote:
    Is this a bug or a feature?I wouldn't call this a bug (defined as "does not work as designed"). I
    would call this an unfortunate effect of the different Admin CGIs/JSPs.
    The CGI/JSP that creates the normal redirects is apparantly not checking
    for the existence of User Home Dirs and placing its redirects above them
    in the obj.conf. You can define all you redirects via the Admin
    interface, then manually move the
    NameTrans fn="unix-home" from="/~" subdir="public_html"
    line under the redirects you created. You'll have to do this any time
    you define a redirect that is based off of "/~foo".
    JMcCabe People will accept your ideas much more
    Moz' Whelp readily if you tell them that Benjamin
    Franklin said it first.

  • Is there a Bug or Bug Fix in iPlanet 4.1 for URL Forwarding???

    Here's the issue...
    We are forwarding a number of URL's from one website to another.
    When we create these under the iPlanet Web Server Admin UI, the URL's appear, and get written to obj.conf, and the Web Server appears to "Save and Apply" the changes, effectively restarting the Solaris Process ID.
    The problem is that the httpd process does not actually restart, and the URL forwards return a 404.
    If we manually restart the Web Server daemon, everything appears to funtion properly.
    I have been searching through the iPlanet Knowledge Base, and not haveing any luck, so I am hoping someone here may have an idea.
    Thanks!

    Hi,
    Please let me know your iWS version including service pack(example:4.1sp7)and OS version. So that i can test it and let you know the feedback.
    Is there a Bug or Bug Fix in iPlanet 4.1 for URL Forwarding???
    yes is there, but related to NSAPI please check the below link.
    http://docs.iplanet.com/docs/manuals/enterprise/41/rn41sp9.html#26930
    Thanks,
    Daks.

  • URL Forwarding

    How can I redirect a web application's output from my local machine that is running the Java System Application Server (v. 9.1, bundled in Java EE 5 SDK) to a remote web server? The application server listens on localhost, port 2278 and displays pages OK in the local browser.
    The remote web server is a shared host, not a dedicated host, so I don't have root directory access.
    I've used Java Web Start to run self-signed applets on the remote server, but how can I get the remote server to display .JSP output from a servlet running on my local machine?
    In the app server's Administration Console, I added a new HTTP-Listener assigned to the remote server's address (obtained by pinging), and also created a virtual server, but these changes caused the app server to crash.
    Can configuration files for the web application or its domain be modified to accomplish URL Forwarding (redirection in Microsoft-speak)?
    I'm on a Windows 2000 system with IIS (Internet Information Services) 5.0 as the default web server. I can create an IIS virtual directory to the deployed Java application module, and pages will display in the browser. I've tinkered with URL redirection settings in IIS and with the Windows 'hosts' file, but pages will not display on remote web server. The IIS virtual directory is pathed to the application's \domain1\applications\j2ee-modules\<context_root> directory.
    Your suggestions for a fix or workaround will be greatly appreciated. There may be a straightforward best practice for distributing output from Sun Application Server to remote machine(s). Would it make more sense to co-locate the App Server with the web server on a dedicated remote host to which I'd have root access and the ability to start/stop/configure the app server?
    Message was edited by:
    jdeegan
    Message was edited by:
    jdeegan

    Oops. There may be an issue with the URL Forwarding service for this
    domain, in which case our technical staff is currently working the situation. Otherwise,
    this domain is currently under construction and will be back online soon.
    this the the error msg that we are getting.....

  • Can you use wildcards to do Url forwarding in Iplanet 4.1

    For example, redirect http://myservername/cgi-bin/* to another Url. Where '*' equals any other text....thanks

    Hi,
    As my understand you are trying set the server to act as below.
    You are enabled Url forwarding for
    http://servername/cgi-bin/* "to" http://www.iplanet.com
    In client browser if client hit
    http://servernamet/cgi-bin/te it will through only
    page not found message.
    Because * wildcards is not equal to any other character.
    What excatly you are trying to do, it will not work for any text(character).
    So I would suggest, Instead of using URL forwarding.
    Try it out setting with "Custom Error Responses"
    it will help to through particular html page <OR> and particular content.
    How to setup "Custom Error Responses" follow the below link.
    http://docs.iplanet.com/docs/manuals/enterprise/41/ag/esapuir3.htm#1004819
    I hope this may help.
    Thanks,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • URL forward to .Mac or FTP to other webhost for best d-name search results?

    I'm boggled with ideas and suggestions, but can't see the wood for the trees! I have several .net.au (Australian) domain names in preparation for supporting my new business venture. I'm a .Mac member. At present I have url forwarding available for my domain names and can publish several sites to my .Mac account. I also can take out a webhosting plan with my domain name registration company, costing an extra $60-$80
    I want the best hit results for my fledgeling personal business. For example I own sandplay.net.au and want people who type in "sandplay" say on a google search, here in Australia, to go to my website.
    Recommendations from some of you iWeb 08 gurus would be greatly appreciated.

    Thank you Roddy,
    There appears to be a lot to do to publish to .Mac. Will going through the process to publish to .Mac get better hit results than using an Australian webhost?
    I forgot to mention that I already have CNamed my initial (very basic) family tree domain website. You can visit at www.anstock.org.
    I have starter pages for my busines which are presently frame forwarded and are sites under anstock.org
    Since they are linked to anstock.org, web forwarding goes to (say for sandplay.net.au) www.anstock.org/sandplay
    Would I be able to keep the Cnamed anstock.org and web forward (without masking) or will that just complicate the suggested procedure. OR would it be simpler to just move to an Aussie webhost for my business sites?
    Sorry, I think I've complicated the issue a bit. Told you I was lost. Looking forward to advice.

  • Disable URL-Mangling in BSP Runtime

    Hi Experts,
    we decided to provide some web applications für mobile devices. Currently (and maybe never) WD ABAP does not support mobile devices. Therefore we are looking for alternatives.
    There are a lot of threads in the net where other people discussed the same topic and several decided to use BSP. We wanted to use BSP and jQueryMobile but we noticed that there are some problems because of URL-Mangling / rewriting.
    Do you have any idea if it is possible to disable URL-Mangling without modification? We already thought about an own request handler in TA SICF but in this case we also need an own CL_BSP_RUNTIME (to disable the coding in method on_check_rewrite). However this is difficult because some standard BSP runtime classes (RUNTIME, NAVIGATION...) are marked as final, so it isn't possible to inherit from them and we don't want to copy / redevelop all relevant classes.
    Furthermore there are other disadvantages like:
    - many redirects (problematical with low-bandwidth connections)
    - client cookie handling is more difficult
    Do you have any idea?
    Kind regards
    Danny

    Hello!
    I've done quite a lot of BSP development together with and without javascript frameworks like jQuery. It's possible to create a scenario without URL mangling if you set the system architecture in a specific way. I could speak a lot about this setup as it works really well! Here is a quick guide to get started:
    Step 1:
    The BSP runtime isn't really used at all. Create a BSP application but only store MIME objects in it. The MIME objects isn't URL mangled! The drawback is of course you can't do server side ABAP in your HTML documents. On the positive side, any Web Developer can create the HTML and javascript without ABAP programming skills. SAP functions as a static web server with all the benefits of the ICM cache and transport system.
    Step 2:
    Add an external alias in SICF for the BSP application. Like pointing "/myapp" to "/sap/bsp/sap/zmyapp_v001". The external alias is configured with a service account (without any authorizations) with authentication set to "Required with Logon Data". All fields should be specified (Client, User and Language). Now, any anonymous user can request the HTML files without interfering with logon data.
    You don't need an external alias, but they come in handy to have nice-looking URLs; the possibility to change their target when you have multiple versions at the same time; and you can create multiple alias for the same application with different logon data. Like "/myapp/english" if you want. Or "/myapp/client800". Or "/myapp/latest", "/myapp/version1" etc.
    Step 3:
    Create a custom HTTP handler for your business data and assign it to a node in SICF. For example "/customers/orders/get" or whatever you find appropriate for your app. Since you now have your own handler, the BSP runtime isn't involved and no URL mangling exists.
    The handler returns data in a suitable format for Web Developers (read: JSON).
    Protect this node with security that matches the flexibility required from the frontend. I usually set another service account for this service and handle authorization myself; returning HTTP status codes like 403, 200 to the Web Developer (but not 401 as it's quite difficult to handle in AJAX scenarios). In it's most simple form you can provide username and password as form fields and perform a user switch in the handler for every request, effectively changing SY-UNAME in the handler ensuring that the correct user context is used.
    Best regards,
    Mikael Gurenius
    SAP Solution Architect (Mobility)
    PS: MIME objects are of course served with URL Mangling if referenced relative to the BSP application. You can avoid this (for example for the Apple icons) by always linking your MIME objects from the root. Get the application path using code or type manually. Like
      <link rel="apple-touch-icon-precomposed"
    sizes="57x57"
    href="<%= lv_path %>/icon_57x57.png" /> where lv_path is "/myapp/images" or "/sap/bc/bsp/myapp/images". If you do this, you can have URL Mangling (and do ABAP development) in your BSP pages but still have "clean" URLs for MIME objects.

  • Url forwarding in sun one web server 6.1

    Hi,
    Can we use wild char patterns in url -forwarding in sun one web server 6.1
    For example http://myserver.com/*.do
    to
    http://anotherserver.com/*.do
    http://myserver.com/*.jsp
    to
    http://anotherserver.com/*.jsp
    appreciate your reply
    thanks

    yes, you can.
    http://docs.sun.com/source/819-0130/agcontnt.html#wp1017783

  • Using url forwarding

    Hello,
    I am trying to purchase a domain name from godaddy.com and in the domain regsitration preferences, I must enter a minimum of 2 valid nameservers.
    I want to use iweb with my .mac account and forward the url to the domain I am purchasing.
    Am I understanding it correctly that my .mac account is hosting my site? If so, where do I find the nameservers so I can purchase my domain name? Or, do I want to park it at godaddy.com and just use the url forwarding?
    I am a little confused,
    Aaron

    is there anyway of using my own url/web host instead
    of .mac to host my site? i kinda got it to work last
    night, but now my site only shows the directory of my
    ftp.
    Yes, here are some tips:
    http://homepage.mac.com/thgewecke/iwebserver.html
    When you only see the directory, it means you failed to upload the index.html file which iWeb publishes alongside the folder which has the same name as your site does inside iWeb. You need to upload both these items (index.html and folder).

  • Create Favicon for URL Forwarding webpage

    Hi,
    Do anyone know how to Create Favicon for URL Forwarding webpage?
    I have try out several method to make it done,but failed...might need helps here!
    Thanks!

    Hi,
    Please let me know your iWS version including service pack(example:4.1sp7)and OS version. So that i can test it and let you know the feedback.
    Is there a Bug or Bug Fix in iPlanet 4.1 for URL Forwarding???
    yes is there, but related to NSAPI please check the below link.
    http://docs.iplanet.com/docs/manuals/enterprise/41/rn41sp9.html#26930
    Thanks,
    Daks.

  • SJAS 8.2 PE - URL Forwarding

    Does SJAS 8.2 PE (build b06-fcs) support URL Forwarding? I have tried adding in a virtual server property as follows:
    Name: redirect_1
    Value: from=/ url-prefix=/idm/user
    I then restarted the AS but it doesn't work.
    We have Identity Manager deployed in this AS and want to redirect anyone who stumbles upon the AS root directory to the End User pages of IdM.

    no.... looks like it doesn't have that

  • Disabling of FORWARD and BACK Button of Internet Explorer.......

    Hello everybody,
    Can anyone tell me how to disable the FORWARD and BACK Button of Internet Explorer through JavaScript.......If possible give me the code snippet.....

    Hi
    I I tell you the answer, I suppose it means you'll be able to spend less time on JavaScript and more time on Java, so here goes:
    Open your page in a new window using window.open(...). This JavaScript takes lots of parameters, such as the page you want to display in the window, as well as settings for hiding the toolbar (which includes the forward/back buttons).
    Do a search on the net for window.open for full syntax. I think you can modify the properties of the current window if you want to stay in the same window, but can't remember the syntax.
    Note you can also disable the right mouse button by defining the following function:
    <SCRIPT language="JavaScript">
    <!--
    var message="Right-click disabled!";
    function click(e) {
    if (document.all) {
    if (event.button==2||event.button==3) {
    alert(message);
    return false;
    if (document.layers) {
    if (e.which == 3) {
    alert(message);
    return false;
    if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=click;
    // -->
    </SCRIPT>
    I don't know how to stop the user from pressing 'Backspace' unless you use Java to monitor the navigation.
    Hope this helps

  • How can I disable back, forward and refresh button in browser running ADF 11.1.2.2

    How can I disable back, forward and refresh button in browser running ADF 11.1.2.2?

    I insert the java script into ADF page. But it does not work. The ADF source look like below. Did I insert into wrong region?
       <f:view>
            <af:document id="d1">
                <af:messages id="m1"/>
                <af:resource type="javascript">
                  window.history.forward();
                  function noBack() {
                      window.history.forward();
                </af:resource>
                <af:form id="f1">
                    <af:pageTemplate viewId="/template/temp2.jspx" id="pt1">
                        <f:facet name="body">
                            <af:panelStretchLayout id="psl1" topHeight="30px">
                                <f:facet name="bottom"/>
                                <f:facet name="center">
                                    <af:panelBox text="Incident List" id="pb1">
                                        <f:facet name="toolbar"/>
                                        <af:panelCollection id="pc1">
                                            <f:facet name="menus"/>
                                            <f:facet name="toolbar"/>
                                            <f:facet name="statusbar"/>
                                            <af:table value="#{bindings.ServiceRequestMain.collectionModel}" var="row"
                                                      rows="#{bindings.ServiceRequestMain.rangeSize}"

  • How can I get URL forwarding working without touching the obj.conf

    It won't work right after it is set up from the Admin server. I have to manually edit the obj.conf so that the [NameTrans fn="redirect"] lines are ahead of any other lines NameTrans lines. Why the Admin server cannot do this when adding the "redirect" lines to obj.conf, or did I miss anything when I config the URL forwarding?
    SunOne WebServer6.1 SP4

    This is a full copy of the obj.conf file, right after I set up a URL Forwarding. The URL Forwarding is added as the 3rd [NameTrans] line. I have to manually move it as the 1st [AuthTrans] line, else it won't work.
    # You can edit this file, but comments and formatting changes
    # might be lost when the admin server makes changes.
    # Use only forward slashes in pathnames--backslashes can cause
    # problems. See the documentation for more information.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="c:/Sun/WebServer6.1/ns-icons" name="es-internal"
    NameTrans fn="redirect" from="/AuxFiles" url-prefix="http://pdiweb.pdi.sci.com:8080/AuxFiles"
    NameTrans fn="document-root" root="$docroot"
    PathCheck fn="nt-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
    PathCheck fn="set-cache-control" control="private"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-compressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>

  • Disable Jabber Forward Calls

    Is it possible to disabled the "Forward Call to" feature in Jabber? There doesn't appear to be an option to disable within jabber-config.xml
    We are running Jabber V 10.5.0 Build 37889.
    Cheers

    No, best you could do is limit what they can reach via CSS config, but the option cannot be removed/disabled

Maybe you are looking for

  • Iphone 4 speaker won't work after ios 4.3.2 upgrade

    I upgraded to 4.3.2 yesterday and since then the speaker on my iphone 4 has stopped working completely. Phone will not ring, ipod won't play, no sound on the speaker at all. Can use the phone but no speakerphone or any other sound on the speaker. Ple

  • Call a web services from oracle forms 10

    I have to call a web services from oracle forms. The version of the database is oracle 11gr2. the version of the forms is 10.1.2.0.2. I allready did the proxy creation and the import class within forms. I have 2 questions: 1. I created the following

  • HT1766 How do I save the music from my iphone 5c to my laptop?

    Hi, How do I save the the music from my iphone 5c to my laptop? Thank you.

  • Had no luck trying to get a bill error fixed.

    BT Sport is suposed to be free with bt broadband ( infinity 2 to be specific ) right? Well I agreed to re-contract 12 months with that starting early feb 2015 with infinity 2 discounted, and paid a years line rental up front to boot and agreed that t

  • P2p routing

    I have 7 flexrio cards 5 7965 and 2 7961 and am heavily using P2P streaming to transfer data between them. The chassis is a PXIe-1065. Having enable all the P2P connections is there anyway of knowing which of the links go by the backplane switches an