Redirecting the URL

Hi All,
I would like the APEX URL to be redirected to another simple URL. I don't want to allow users to see the application, page and session id
for e.g. the original link is:
http://host/pls/apex//f?p=101:4:1726201165347608
I would like them to see the following without pls/apex//f?p=101:4:1726201165347608:
http://host/anything
or http://host
Kind regards
Mel

Mel,
Have a look at the following thread:
APEX URL - Hide application no, page no, parameters
Regards,
Dan
http://danielmcghan.us
http://sourceforge.net/projects/tapigen
http://sourceforge.net/projects/plrecur
You can reward this reply by marking it as either Helpful or Correct ;-)

Similar Messages

  • Check for Redirecting the URL

    Hi,
    In my application i need to redirect to other application both running in the same application server.Before redirecting i need to check whether the other application is running or not...If it is not running i need to show an error page..Can you please help me to resolve this
    Regards
    SamyMohan

    lazydog wrote:
    I did more reading and found out that the problem is the new URL is on a different machine so establishing a connection doesn't work. Is there a way to just "ping" the new URL and if I get a postive response, just redirect?Signing the applet would solve this problem. Or modifying the user security policy files, if you have access
    to them. Signig is the only way when your clients are unpredictable (anyone on the Internet).
    Modifying policy files is easier and better when you are on a private network and the admin can control the
    configurations of the user machines.

  • How can I redirect the URL without telling the user about it?

    I am working with blazeDS and the access to it goes thru a specific port that you have to enter like this: http://www.go.com:123
    So I wont to redirect my users to this port without showing this in they link bar, so when they press "Refresh" it will send them back to home page.

    I m not sure whether this will be helpful to you but I used the following to redirect:
    var adobeURL:URLRequest = new URLRequest("YourURLGoesHere");navigateToURL(adobeURL,"_self");
    Thanks,
    Bharani

  • How can we hide the URL with Webdispatcher after SSO redirect

    Repost in correct forum
    We have setup SSO with Kerberos and SPNEGO for NWBC and now we want to expose it to the internet via SAP Webdispatcher.
    NWBC is on a singelstack ABAP system on server1 and we have configured a standalone J2EE system on server 2 for isuing the saplogon ticket.
    This works fine with the redirect from icf NWBC -> Error Pages -> Logon Error -> Redirec to URL (Form Fields) http://server2:port/redirect/redirect.jsp
    on server2 we have a java application (redirect/redirect.jsp) witch has %response.sendRedirect("http://server1:port/nwbc")%
    Problem is that when the webdispatcher calls http://server1:port/nwbc the URL in the browser is hidden with MYDOMAIN.COM/nwbc but when the Logon-error (no saplogon ticket yet) is redirecting to  http://server2:port/redirect/redirect.jsp the browser is showing the actual URL http://server2:port/redirect/redirect.jsp and also when returning to NWBC the browser is showing http://server1:port/nwbc.
    And we don't wan't to expose hostnames (server1 and server2) to the internet.
    I got this answer:
    This question belongs to the SAP NetWeaver Application Server space, this space is for NWSSO topics only, the separately licensed product from SAP.
    Regarding your question you have to configure Web Dispatcher for both AS JAVA and AS ABAP and refer to Web Dispatcher URLs only. That includes ICF node configuration and the redirect servlet. The URL generation in AS ABAP needs to be configured so that URLs are generated to point to the Web Dispatcher. Use table HTTPURLLOC for that.
    But how do I set up webdispatcher for both ABAP http://server1:port/nwbc (this is working fine before SSO config.) and JAVA http://server2:port/redirect/redirect.jsp?
    This is my profile on webdispatcher:
    SAPSYSTEMNAME = SID
    SAPGLOBALHOST = LOCALHOST
    SAPSYSTEM = XX
    INSTANCE_NAME = INS
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    #SAP Cryptolib
    DIR_INSTANCE = D:\usr\sap\SID\INS
    ssl/ssl_lib = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    ssf/ssfapi_lib = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    sec/libsapsecu = D:\usr\sap\SID\INS\sec\sapcrypto.dll
    ssf/name = SAPSECULIB
    wdisp/ssl_encrypt = 0
    icm/HTTPS/verify_client=0
    wdisp/add_client_protocol_header = true
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    ssl/server_pse = D:\usr\sap\SID\INS\sec\sid2SSL.pse
    rdisp/mshost = <ip for abap server1
    ms/http_port = <ms http port for abap server1
    # Configuration for large scenario
    icm/max_conn = 16384
    icm/max_sockets = 16384
    icm/req_queue_len = 6000
    icm/min_threads = 100
    icm/max_threads = 250
    mpi/total_size_MB = 500
    mpi/max_pipes = 21000
    # SAP Web Dispatcher Ports
    is/HTTP/default_root_hdl = abap
    icm/HTTP/j2ee_0 = PROT=HTTP,HOST=Server2,PORT=5xxxx
    icm/server_port_1 = PROT=HTTP,HOST=localhost,PORT=xxxxx
    icm/server_port_0 = PROT=HTTPS,HOST=mydomain,PORT=xxx
    icm/HTTP/mod_0 = d:\usr\sap\SID\SYS\profile\filter_rules.txt
    icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=xxxxx,HOST=LOCALHOST
    and this is the filter_rules.txt
    # Rules
    if %{HTTP_HOST}  RegIMatch MYDOAMIN.COM*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTP_HOST}  RegIMatch mydomain.com*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTPS_HOST}  RegIMatch MYDOMAIN.COM*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    if %{HTTPS_HOST}  RegIMatch mydomain.com*
    RegIRewriteUrl ^/$ /sap/bc/nwbc?sap-client=200
    I am new to this area

    You can use Web Dispatcher for multiple systems, in your case one AS ABAP and one AS JAVA. See the documentation, Implement one webdispatcher for multiple systems - Basis Corner - SCN Wiki and Name-based virtual hosts and one SAP Web Dispatcher to access multiple SAP systems.

  • Hi, I'm making hyperlinks. They work for the main page of the webpage, but when I'm trying to redirect the hyperlink to a "sub page" of the webpage it is still going to the main page. (allthough I'm pasting the complete url address)

    Hi, I'm making hyperlinks. They work for the main page of the webpage, but when I'm trying to redirect the hyperlink to a "sub page" of the webpage it is still going to the main page. (allthough I'm pasting the complete url address)

    Hi! first of all, thank you so much for your help.
    I don't know about that panel you are talking about.
    what I do is RIGHT CLICK, INTERACTIVE, NEW HYPERLINK, and a window pops up, where I paste the address (images).
    Where says URL I paste the complete address that the "sub page" gives me.
    Is that correct? (for the main page of the wabepage works correctly)
    thanks!!!

  • How do I redirect to the default domain without showing home.html in the url

    Is there a way to redirect the following domains to the default domain.
    www.membersalliance.com.au//
    www.membersalliance.com.au/index.aspx 
    The default domain is www.membersalliance.com.au
    We have been told that these pages are seen by google as separate content and we want to consolidate them to all go to the default domain.
    I have spoken to adobe support and they said that:
    Redirecting to another page can be done, there's no issue with that. But what we're looking for here is to not have any other postfix with the domain name. When a page is set to be the starting page, there is an automatic functionality that the postfix/name of the page is removed, but that is not the case with other pages.So, they would still show the name of the page, even if you redirect it to the home page (starting page set for your domain).
    So, I can redirect to www.membersalliance.com.au/home.html but is this seen by google as a separate page to www.membersalliance.com.au?

    To be able to redirect a website with a submit button, you must have a custom submit button and insert the following line:
    app.launchURL("www.url.com");

  • 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

  • Redirect page to x page= none of the url title of x page are displayed

    Just wondering if anyone knows how to help me. I host my
    pages .com, but have only registered the domain .co.uk elsewhere
    and redirect it to the .com domain. When i now access the .co.uk
    page, it redirects, but none of the url title of the .com page are
    displayed. Do you know how to correct this?
    Thanks

    .oO(lukey233)
    >Just wondering if anyone knows how to help me. I host my
    pages .com, but have
    >only registered the domain .co.uk elsewhere and redirect
    it to the .com domain.
    >When i now access the .co.uk page, it redirects, but none
    of the url title of
    >the .com page are displayed.
    Then it's not a redirect, but probably just a frame.
    >Do you know how to correct this?
    Can you post a link?
    Micha

  • Redirects when I click a link, but works if I type the URL

    I have a MacBook with Tiger and Safari. All currently updated. I have an email with a link to the person's homepage. When I click it, it goes to his old homepage, which used to be listed in his emails. If I type the URL in the link, it goes to the new page, as it should. It doesn't do this on any of my other computers (two macs, two pcs).
    Can't be a host file, or typing the URL wouldn't help.
    I used Onyx to clean cache, including system cache. Cleaned cache from Safari. Deleted the Safari cache from my libray/users/caches/ folder. Restarted, rebooted. Deleted cookies, deleted history.
    What could be doing this? More perplexing, how would it know what link this guy USED to use in his emails, but no longer does?
    Spooky...
    MacBook   Windows XP   Tiger, of course

    Interesting suggestion. I installed PithHelmet (Pretty cool, by the way) and told it to remove the referrer headers. No joy. Still doing the redirect. You are on to something as to how it's doing it, though. I'm using Yahoo mail. If I log into another mail account using this machine, and click this link in a message, it goes to the right page. So, the link is only broken on my machined, while logged into Yahoo mail AS ME.
    If it's any more help, the correct site is an iWeb page. The old one it keeps sending me to instead is on geocities.

  • The URL that was set for my homepage redirects to a network authorization page even though I cannot connect to that network.

    I am no longer within range of a network that I was ''attempting'' to connect to as ''guest'' and now the guest registration page for the network overrides the url that was set for my home page in Firefox. (I never actually established a connection to the internet on that network because the guest username and password repeatedly failed.) The redirect executes whenever I type the URL, www.yahoo.com, into the address bar or when I follow a link from a search engine to that URL, or when I click the home button. How can I stop the
    redirect? I deleted all network locations that contained that network and cookies that contained the network name but that did not stop the page redirection. I do not believe this to be a virus or malicious network because it was at an research institute. I looked in prefs.js for any keywords from that network but I did not find anything obvious.
    Thank you for your help.

    Easily fixed: clear the cache.

  • The URLs mapped as Internal Url of AAM redirects to Public Url while accessing

    Hi All,
    I have created a web application in Internet Zone with the url "http://new.site.com". Then used that url as public url and mapped 10 internal url to it. The internal urls are like http://new.site1.com,http://new.site2.com,http://new.site3.com,http://new.site4.com,http://new.site5.com,http://new.site6.com
    etc., 
    The host headers has been added to those URLs in IIS also. When I tried to hit the http://new.site1.com, the address bar shows the url as http://new.site.com. The same case when i tried to hit all the other 9 urls. 
    But I need the internal urls to be displayed in address bar if the user types it. Kindly help me to resolve this issue.
    Thanks
    Sowmiya S

    hi,
    refrence from the article 
    http://blog.blksthl.com/2012/12/03/a-guide-to-alternate-access-mappings-basics-in-sharepoint-2013/
    Left area            Internal
    URL’s
    Right area          Public
    URL’s with a zone
    Middle area        Zones,
    is what connects Internal URL’s to Public URL’s, many to one.
    Internal URL redirects or transforms to a Public URL, from left, to right. The URL on the left, is what you
    enter in the address field in your browser, the Public URL on the right is what you will see once there, this goes for visible and invisible links as well.
    Internal URL format: Protocol + URL (+non default port)
    Public URL is the address of the Web Application for one of the five zones available. The ‘Default’ must be filled out and has some special properties/uses,
    the other four are optional. You can only have five Public URL’s per Web Application.
    This is the URL that the browser will be redirected to in the end.
    Public URL format: Protocol + URL (+non default port)
    Zone is a label representing a Public URL, the zone is used to ‘connect’ an Internal
    URL to a Public URL. The zone names has no relation what so ever with the four Internet Explorer security zones (Internet,
    Local Intranet, Trusted sites and Restricted sites) and could just as easily been named 1,2,3,4 and 5. A zone can also represent an authentication provider.
    Zones: Default, Intranet, Internet, Custom, Extranet
    so it clearly says that Internal url will not be shown in browser only public URL will be shown.
    So in your case i suppose what you want to try is not possible.
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Whenever I try to open Firefox to any website, or open a new tab, I get a blank tab that will not redirect to a website entered in the URL bar. Help?

    I am on an HP pavilion running Windows7, and for the past couple of days, whenever I try to open the FireFox browser, or a new tab, all I get is a blank screen. The URL bar is empty, and gives the prompt: type an address. When I try to type in the address, and hit either the enter button, or the go button on the browser, I get a spinning circle, and then no response.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to use Portal Navigation to redirect to the URL

    Hi ,
    I have a requirement where i need to log off the user which will invalidate the session and redirect the user to the Portal Login Page.
    <b>The logoff.jsp is in a path like /web/logoff.jsp in the server.</b>
    As there is a Problem with exit plug, I should use Portal Navigation (WDPortalNavigation API) to redirect to the log off page.
    <b>Please let me know how to call the above JSP using WDPortalNavigation.</b>
    Thanks and Regards,
    Sekar

    Hi,
    Thats a good idea. I have a Button Click Event, and on Action of it, I am doing a set of operation based on some condition and at the end of the operation i need to redirect to the logoff.jsp
    <b>The LinkToURL in place of Button is not allowed</b>.The requirment is to have the button compulsory and i need to do those set of operation onclick of that button.
    <b>Still i can use LinkToURL as a hidden element and can call the logoff.jsp and the end of the above operations on click of that button. Is it possible to achive that...</b>Please share your thoughts.
    Appreciate your help.
    Thanks and Regards,
    Sekar

  • How can I redirect a URL with aliases or redirect?

    Hi all,
    I have this partially working on my servers, but am not 100% sure I am doing this corerectly.
    Basically I have a Web site domain, let's call it product.com
    In server admin I have a site set up called www.product.com under port 80 and another under port 443 for my SSL pages.
    Here is my problem: If a customer types "product.com" in their favorite Web browser address bar, I would very much like the server to automatically redirect them (if that's the correct term) to "www.product.com"   Currently they would end up on http://product.com/index.html when they key in the URL without the "www"  I am concerned this is hurting my SEO and Google analytics as well as being an issue internally for PHP pages that are coded to the "www" addresses.
    I also have a sign-in page for my clients at the address: http://www.product.com/lib/app/auth/authenticate.php.  When a client types "signin.product.com" I want them to go to that long URL for the sign-in page.  I have gotten this to work by setting up a new Site in Server Admin > Web > Sites named "signin.product.com" which then has a single entry on the redirect tab with the URL of the signin page above.  Not sure if that could have been done on the core Web site (www.product.com) or if that was the way I should do it under Server Admin or if there is an easier way to do it.
    Primarily I want to be able to handle redirecting any type of subdomain "xxx.product.com" to another address.  The primary one I want to deal with now is the "product.com" redirecting to "www.product.com".....  Should I just set up another Web site in Server Admin with a redirect like I did for "signin.product.com"?
    Any advice on doing proper redirection appreciated.
    -- Jon

    There are so many ways you could do this. You need to pick what's right for you.
    Some of the options are available through the GUI. Many more are available once you get under the hood and drive Apache directly. Your skill and comfort level will undoubtedly influence which path you take.
    At the first level, Apache groups sites together by the hostname used to access the site.
    If you want 'www.product.com' to go to the same place as product.com you could create one site with an alias, so that Apache uses the same 'site' configuration for both hostnames.
    If you want the two hostnames to do different things then you could create two sites - in this case 'www.product.com' has the full, normal site and 'product.com' has a redirect to the equivalent page on 'www.product.com'.
    Within www.product.com you can also setup selective redirects to the HTTPS site. This will ensure that things like the login form are accessed securely. In this way your HTTPS site is another 'site' in Apache with the SSL configuration.
    One caveat in your post is the use of 'signin.company.com'. You don't describe your network, but if you have only 1 public IP address then this is going to be an issue since you cannot easily run multiple SSL sites on a single IP address - you'll need a different public IP address for each SSL site. This is because the SSL negotiation occurs before Apache knows what site the request is for, and therefore it doesn't know which SSL certificate to use for the connection.
    So, in general, you'll create one site for each variation in your web setup - one for 'www.product.com/port 80', one for 'www.product.com/port 443', one for 'product.com/80' (which redirects to 'www.product.com'), and so on.

  • The address bar is not displaying the URL of the page

    When I open a tab, I cannot see the URL of the opened page in it. If I enter a new address and press enter, I go to the page. The URL displays the entered URL, but doesn't change for the new pages that load.
    Also, the back/forward buttons do not work. I'm guessing it's related to the address bar issue.

    Found it! The "Redirect Remover" extension was causing the problem! Thanks for your help :)

Maybe you are looking for

  • Group Security Issue with Business Rules

    Hopefully you experts out there can follow this. We have about 200 users in our Planning application split into 3 categories (Admins, Interactive Users and Planners) via groups setup in Shared services. We also have an email group list setup in Outlo

  • Has anyone found a solution for fixing the dvd reading problems after installing snow leopard?

    I installed snow leopard on my macpro tower and my dvd player will not read dvds. My archived dvd all come up blank but on my laptop their fine. All my other dvds are just spit out. I have seen hundreds of post about this in the forums but I haven't

  • Problems playing movies from Time Capsule

    I am having a problem playing movies from my Time Capsule to my Apple TV. I can make them work but have to go through the following process: I have to play the movie through iTunes and then stop it, and then go play the movie on apple TV. I have to d

  • Javascript error : HELP

    Hi , Follow. is my javascript program. I'm getting an error 'e is undefined ' I'm not able to find it out . Could you please help me asap. <html> <head> <script> var a = 0; var b = 0 f1(a,b); function f1(c,d) alert("f1"); var e = c; var f = d; docume

  • Fail to update my E71 device software

    Hey I m trying to update my e71 software update but it is failing everytime. In ovi suite it is showing 105 mb. Once 105mb downloading complete, it continues increasing till 250mb and so on.  Still I haven`t update the software. Even in NSU same prob