Hide the page in the URL?

Can one hide the page from showing in the URL? As in WWW.MyWebsite.ca/pages/images/summer2014.php to just.. WWW.MyWebsite.ca

You still have not answered the question why you are trying to do this in the first place. If you are trying to make it so someone cannot guess the link that will change someone elses password, there are ways to do that, but the method you are trying won't work.
Only for cosmetics. In my opinion a URL of www.mysite.ca looks better than www.mysite.ca/index.php or www.mysite.ca/index1.php  There is nothing to "guess" at, if someone goes directly to www.mysite.ca/index1.php they will be rejected if there is not an appropriate cookie on the users machine. Once a user is "inside" I have no problem displaying the actual page name.
Hiding the trailing part of the URL is just something I have noticed is possible from some sites and wanted to see if I could incorporate it in mine

Similar Messages

  • Hidding the Url in JSP

    Hi,
    I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet Url and params?

    Greetings,
    Hi,
    I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears
    when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet
    Url and params?If your JSP is providing the links as anchor tags (i.e. '<a href=...') then their is really very little that can ultimately be done about it.  Some JavaScript and CSS can be thrown in to keep the link from showing up in the browser's "info line".  However, unless you also throw in some script to also keep the user from being able to view the page source, this is only going to superfically "mask" the information and not really "hide" it.  Yet, even with disabling "view source" the user can still also disable JavaScript in the browser making all this moot. ;)
    A better solution to the matter is to move the "linking" from the client over to the server instead. Spend some time investigating the Front Controller pattern (see http://java.sun.com/blueprints/patterns/FrontController.html), and RequestDispatcher. Using 'buttons' in your JSP to signal views to the controller and session objects to store parameters already known to your application will take your application a lot farther in the long run than embedding HTML links in your front JSP. ;)
    Regards,
    Tony "Vee Schade" Cook

  • Can we hide the URLs of any gatewayed services?

    Hi friends,
    I urgently need to get a solution for a problem. Can we hide the URLs of any gatewayed services?
    Thanks and regards,
    Veeshoo

    Hi Veeshoo - this forum is for WebLogic Portal. This question sounds like it is for WebCenter Interaction (formerly AquaLogic Portal) product? That forum is a sibling of this forum.

  • Hidding the URL

    Hello every body,
    I know if I want to hide the url adress of my browser I can
    do it using:
    document.location = "index.html#es";
    How can I do it from actionscript or flex (If is possible)?
    If I put the code inside the html from flex, when compiling
    again this code disappear.

    Put the code in the html-template\index.template.html file in
    the FlexBuilder project. FB uses this file to build the html
    wrapper.
    Tracy

  • 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.

  • How to hide the url of Iframe

    Dear Experts,
    In my webdynpro application I am using a Iframe UI element, to show a document from KM,
    When the user Right Clicks on the Iframe he can view the URL,
    I have to hide this URL.
    Request you to please give your helpful suggestions.
    Warm Regards
    Upendra Agrawal

    Hi Upendra!!!
    Do not this UI element any more. Refer to the following link.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/15/c07941601b1d09e10000000a155106/frameset.htm
    or, you can disable the rick click using javascript.
    I hope this helps you. If you are looking for something else, please revert back. I'll be happy to help you.
    Cheers!!!
    Umang

  • Is there a way to hide the URL in Faces, like Cleveland framework??

    If you remember, the cleveland framework only show the controller at the url explorer bar. I want to do the same in my app with ADF Faces.
    Is this possible?
    thnks in advance.

    Hi,
    in JSF you can omit the request parameters but you cannot omit the page references.
    Frank

  • 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

  • How to hide the URL path on click of an link to URL element,from user

    Hi All,
          I have an link to URL element, on click of the link it opens the specified url in a new window. But in new window the user is able to see the entire URL path. I want to hide this path from the user. Can any one please suggest me how to do it.
    Regards,
    lakshmi.

    hi,
    just check this help
    http://help.sap.com/saphelp_nwce10/helpdata/en/f7/f289c67c759a41b570890c62a03519/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/fdc99ab37a8d42892e0d39bbd23be8/frameset.htm
    Link to URL Question

  • Hide the URL in Portal

    Dear All,
             When we logged into portal, Wherever we navigate inside the portal, we can find the same url "http://servername:serverport/irj/portal/# "  in the address bar.
    How this was done?
    Kindly give your inputs.
    Regards,
    Eben Joyson.

    More info here
    http://help.sap.com/saphelp_nw04/helpdata/EN/26/71c74030308431e10000000a1550b0/content.htm

  • Hidding the condition in reports

    Hello All,
    I have genarated a report with some binding variables, It will produce a custom form for the values to consume.
    there is a drop down box in the custom report for conditions to be set. I want to hide this drop down box for the end user.
    Or How to build the "Reports From Query Wizard" without the drop down box(which contains the condition, I will set the conditions by saving them once..) or hide in the custom report which is provided by the portal prior to genarate report.
    thanks in advance

    Greetings,
    Hi,
    I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears
    when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet
    Url and params?If your JSP is providing the links as anchor tags (i.e. '<a href=...') then their is really very little that can ultimately be done about it.  Some JavaScript and CSS can be thrown in to keep the link from showing up in the browser's "info line".  However, unless you also throw in some script to also keep the user from being able to view the page source, this is only going to superfically "mask" the information and not really "hide" it.  Yet, even with disabling "view source" the user can still also disable JavaScript in the browser making all this moot. ;)
    A better solution to the matter is to move the "linking" from the client over to the server instead. Spend some time investigating the Front Controller pattern (see http://java.sun.com/blueprints/patterns/FrontController.html), and RequestDispatcher. Using 'buttons' in your JSP to signal views to the controller and session objects to store parameters already known to your application will take your application a lot farther in the long run than embedding HTML links in your front JSP. ;)
    Regards,
    Tony "Vee Schade" Cook

  • Hide the BSP code for the user

    HI
    we have a requirement, where we need to mask or hide the source code on the BSP pages, or atleast some URLS/hyperlinks within the code.
    when a  user views the source code, he must not see it in full or atleast hide the URLS within the code.
    we have an external environment and just for security reasons, we need it to be done.
    do we have a std way of configuration or something ? this is for the standard BSPs generated for CRM functionality.
    This is not for custom BSP apps.
    thanks

    I would know of no way to do this properly with SAP tools.
    One approach is: You could create your own BSP tag and generate the URLs in there. Then put it on the BSP page. Should not be to much effort.
    Nevertheless, the complete HTML code is send to the browser for interpretion. This includes your URLs! Thus when a user views the source code of the WebClient page in Internet Explorer he/she will get the URLs.
    The only way I can think of right now, to do this halfway secure, is relaying through the WAS. Create an own webservice, write URLs on your BSP that this service handles.
    Just an idea, I have not and will hopefully never have to do this.
    cheers Carsten

  • Git is over complicated; all I want is the url of my repo? Where is it?

    I have a local repo, I created the online repo on Visual Studio, but I cannot find the url to the project anywhere.
    According to this link:
    https://msdn.microsoft.com/en-us/library/hh850445.aspx#local
    I am supposed to
    VS2013 gives me a messages on the TFS tab "There is no remote configured
    Step 3 on this page lists:
    From the Connect page (Keyboard: Ctrl + 0, C), connect to the empty Git repository and publish the local repository to it.
    Can someone please explain to me what this means, I have had a 20 hour day so in the morning I may not need it; but I cannot find the remote url for my repo anywhere on Visual Studio Online and I have the empty repo waiting, but this is 100 times harder
    than it should be.
    I have been searching for the url or my repo and no where on my Visual Studio Online Team project(s) or pages list it anywhere; I do have very bad vision could be the cause, but I have searched extensively for where you hide the url of my repos.
    I set up others so I must have found this before, but for a new one today I can't find it.
    Thank you, for any help and please put the url of my repo somewhere on the Team Project page; Code Plex makes it very easy to find, but I don't like there tools.

    Yes, but the project is empty on Visual Studio online, cloning an empty repo when I already have the code on my local hard drive is the part I do not understand.
    The repo online is empty, how will cloning that help me add my code to the repo?
    I want a button, and I guess I am going to have to finish my own source control to get this, but all I want to do is hit "Add solution to source control", and no where in Git is that available. I watched a 10 Part video series on Git; before it
    takes 10 videos to explain something I would create an Easy version that you hit, Add Solution To Source Control.
    I don't Git why everyone thinks Git is so great. Once setup I like Git, but Visual Source Safe was easier to setup and I hated that product, but it worked. We went backwards in 15 years in my opinion.
    When an error message says 'there is no remote branch configured", shouldn't there be a "Configure Remote Branch" link there instead of just leaving you knowing you are screwed.

  • How do I hide the Dynamic Page parameters from being displayed in the URL

    Hello,
    I am using a form to call a Dynamic Page and to send parameters to it ,
    is there a way to hide the parameters values from being diplayed in the URL
    when the Dynamic Paged is called .
    Thanks .

    Hi,
    You cannot hide the parameters in the url. The GET method works like that. You can use the POST method to submit the parameters. But in your case the POST method may be not be appropriate.
    Thanks,
    Sharmila

  • How to hide _layouts in the URL while accessing an application page

    Can we create any friendly URL while accessing any custom application page. I don't want to show _layouts in the URL So how can i mask the URL.

    The application pages should be in the _layouts folder (or _admin for application pages for central admin).
    You can put pages at friendly urls, but then they should be site pages, which you provision using a "Module" element from Visual Studio. But be aware that then users will be able to modify them using SharePoint designer.
    There are methods to achieve this somehow, but you should not do it in sharepoint.

Maybe you are looking for