URL alias

I'd like to do my website with URL alias like that "
http://www.myside/mails/1432".
Can I configure in Server side or Client side with coding. Server
is CFMX-7 and IIS6. Any solutions will be appreciated.

There are various ways you can do this. You can use a URL
rewriter on your web server, such as ISAPI Rewrite (
http://www.isapirewrite.com/),
or you can use CF. Google "CF7 SES URLs" for more information on
that.

Similar Messages

  • Using URL Alias in "main rule" for a new portal desktop.

    Hi
    I am having a scenario :
    I am having two different business functionality. For accessing them separately i have to create to different portal desktops. Each one will have there own iviews and roles.
    BUT
    They can have similar user ids.
    I.e. same user can access both the deskops based on option selected by him.
    Supposed Implementation which i am thinking :
    i will create a html page with 2 buttons :
    1st button : Application 1
    2nd button : Application 2
    I will map these buttons/Links to following URL.
    Application 1 : irj/poral/application1
    Application 2 : irj/poral/application2
    On clicking either of these buttons/Links user will get a login screen for SAPNETWEAVER PORTAL.
    After login which desktop to be displayed will be decided using following MASTER RULE :
    Now i will create a master rule with "URL ALIAS" in IF condition.
    My Master rule will look like this :
    IF URLAlias =  irj/poral/application1 THEN desktop = Application1
    IF URLAlias =  irj/poral/application2 THEN desktop = Application2
    Now I am having 2 questions in mind :
    Is this possible ?
    How to create URL Alias for a desktop ?? (Or do i need to create a URL alias for desktop !!)
    I cant try it until and unless i am sure !!
    Please comment on my scenario....
    Or tell me if there are some other options.........!!

    Saurabh,
    yes this should work, you have to create the aliases application1 & application2 in the web.xml (see http://help.sap.com/saphelp_nw70ehp1/helpdata/de/48/1d5d0171364269e10000000a421937/frameset.htm)
    I think, the initial page with the buttons shouldn't be located in the portal, because then the users would be already logged on (but you can place it on the java-stack at the plain http anyway)
    but keep in mind, that you have to create an alias in web.xml & a master rule for each alias you want to have.
    kr, achim

  • Different links in the detailed navigation, based on URL alias

    <u>What I'm trying to do :</u>
    Based on URL aliases /irj/portal/individual or /irj/portal/business
    I will dynamically add an UME group to the already logged in user.
    <u>Filter :</u>
    If clicking on /irj/portal/individual I will store "group=individual" in the context, and add UME group individual, if clicking /irj/portal/business I will store "group=business" in the context, and add UME group business and remove individual, and then redirect to the same URL.
    <u>Configuration</u>
    Each UME group has a one-to-one mapping to a Portal role.
    I will place an ACL on the PCD content, based on group, hiding/showing aggregated folders, hanging under the roles.
    <u>Wanted end-result</u>
    Different links in the detailed navigation, based on URL alias.
    <b>My question is how you would implement the filter part, mentioned above ?</b>
    Portal app or J2EE servlet filter or something else ?

    Hi sunil,
       Create a JSPDynPage component(C) having 2 hbj:link whose hrefs point to these 2 iViews(A and B). U can get the href of the iView by previewing it(for A and B). Create an iview from the par component (C) and add it to the DLN so that it shows the links to ur iViews(A and B). U can make the Show Tray property of this iView (C) to false.
    Regards,
    Harini S

  • Portal URL alias

    Hi SDN.
    my portal  version is Ep 7.0 SP 15, and our IE is 7.0 . I am creating an URL alias as described in the blog "Using Filter ID in SAP Portal unfortunately it does not work, when I tried  login to my portal using "http://portal:1234/irj/portal/internal" its showing the login page and logging in And unable to pickup the desktop.
    have noticed a strange thing when I tried logon as http://portal:1234/irj/portal/internal1 or http://portal:1234/irj/portal/internalsdfsdfsdf or if I use anything at the endof the alisas still it is opening the page and logging on. that was the reason I think am not getting the portal desktop .
    does anybody have the same issue?can some body please check on your portals and suggest a solution please.

    This should not be very difficult to get it working.
    Did you make the changes in all the server nodes ?
    /usr/sap/<SID>/<INSTANCE>/j2ee/cluster/serverN/apps/sap.com/irj/servlet_jsp/irj/root/web-inf
    Did you restart the portal after making the changes in web.xml file ?
    In your rule collection, do you have the IF condition for the URL Alias = portal/internal at the top ?
    Also, check the how to guide:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10da65ed-615b-2d10-efbc-ed07a5385633?QuickLink=index&overridelayout=true
    Thanks,
    Shanti

  • Using URL alias with Weblogic - How do you do it?

    Bear with me I have zero experience with Weblogic.
    We use Weblogic as a component of Hyperion Planning, meaning for Hyperion Planning weblogic is installed and acts as the java application AND webserver.
    Currently our Hyperion Planning URL is http://servername:port as per security audit we need to use an alias so that users do not have straight access to the direct URL link.
    Therefore we created on the DNS a URL alias BFS.companyname.com. Now I need to associate this alias with the Planning URL which is in weblogic.
    I have logged into the weblogic admin console and see 'Virtual Hosts', I enter in the host name BFS.companyname.com and select the target which is the Hyperion Planning workspace (http://servername:port) apply changes yet nothing occurs.
    If anyone has done a URL direction could you please post the instructions on how to do so...thanks
    JTS

    Just to share this will all. The URL alias redirection is done within Apache webserver and not the Weblogic program.
    Edit the httpd.conf file with this information below:
    1. Configure Apache to listen on port 80:
    a. Back up the configuration file, e:\Hyperion\common\httpServers\Apache\2.0.52\conf\ht tpd.conf
    b. Add "Listen 80" to the Listen section.
    c. In the Virtual Hosts section, (around line 955), uncomment the line, "NameVirtualHost *:19000"
    d. Add "NameVirtualHost *:80"
    e. Uncomment the "<VirtualHost *:19000>" code block, down to "</VirtualHost>"
    f. Edit and add the following block to Virtual Hosts
    <VirtualHost *:80>
    ServerName www.myserver.com
    DocumentRoot e:/Hyperion/common/httpServers/Apache/2.0.52/htdocs
    </VirtualHost>
    g. Restart Apache.
    2. Redirect Web Page
    a. Create a page in the virtual web directory, index.html that contains the following html code:
    <html><head>
    <meta http-equiv="Refresh" content="0; url=http://myserver:19000/workspace/index.jsp">
    </head><body>
    </body></html>
    b. Have someone in NSE alter or create a DNS entry that redirects "hyperion" to the appropriate IP address. The default page (index.html) on the default port (80) will execute the redirect in the html document above, launching the workspace login screen.
    JTS

  • Url alia to guest user

    Hi experts,
    A guestion:
    I have made another anonymous user, then the standard guest, the other is called guest1. I also made another anonymous url alias for the guest1 user, this url is called http://yourportal/irj/portal/testurl.
    What i want, guest needs to log in (automatically) to the url http://yourportal/irj/portal/anonymous, that works. But for the other url alias (http://yourportal/irj/portal/testurl) i want guest1 to automatically login. How can i achieve that? Because now, the standard anonymous guest user login.
    Tnx!

    Hi Erik,
    Yeah I already got the anonymous users (custom) working. But the problem was, that I have 2 anonymous users, with 2 different url alias. So that guest1 goes to <a href="http://www.portal.com/irj/portal/ anonymous">http://www.portal.com/irj/portal/ anonymous</a> and guest2 goes 2 <a href="http://www.portal.com/irj/portal/alias">http://www.portal.com/irj/portal/alias</a>. But when I go to the last link, it logged in with the first guest1 user not the guest2 user.
    But I have 'solved' it for now with [url]http://www.portal.com/irj/portal/alias?guest_user=guest2[/url]
    tnx!

  • Different Portal URL Alias

    Hi
    I have a portal and it is http://abc:50000/irj/portal.
    I want to setup another Portal URL Alias http://abc:50000/XK03
    When user access this URL http://abc:50000/XK03, it will redirect to a transaction iView in PCD.
    Only this special URL http://abc:50000/XK03 will be redirected.
    Please let me know if this is possible with configuration or development.
    Thanks.
    Regards
    Mike

    1. Does it have to be http://abc:50000/XK03 or is it also allowed to go for http://abc:50000/irj/portal/XK03
    If so then you could use "Quick Links" see the following for details:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/97/b0ef8b24a64ae884f0ab246e54cae5/frameset.htm
    2. If http://abc:50000/irj/XK03 would be allowed then you could go for this solution:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/1d5d0171364269e10000000a421937/frameset.htm
    (also mentioned by  Mayank Mehta )
    3a.If it has to be http://abc:50000/XK03 then you have to build a small web-application that is configured as /XK03.
    (context root must be set, I guess).
    OR
    3b. You could also setup a SAP Web Dispatcher and configure:
    - (SAP Web Dispatcher 7.01 and before) http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3d993fb08c72d1e10000000a42189c/frameset.htm
    - (starting from SAP Web Dispatcher 7.11 also the following) http://help.sap.com/saphelp_nwpi711/helpdata/en/48/9266acaa6b17cee10000000a421937/frameset.htm
    Good Luck
    Benjamin
    Edited by: Benjamin L.F. Houttuin on Aug 30, 2010 3:14 PM

  • Issue with filet id /url alias

    Hello All,
    We are trying out the option of using filter id /url alias to segregate few roles related to a specific application.
    We maintained the filter id in all the required roles/entry points, adjusted the web.xml file , created new desktop with the same filter id and set up a new desktop rule (like if url alias = xxxx  , then desktop= < desktop pcd location>)
    The setup works fine with our dev portal , when we use the url alias it only shows the specific roles with filter id same as the one in desktop.
    But when we moved to quality , the thnigs are not as expected. Though we use the url alias, it bringing other roles also which dont have the filter id set in it.
    web.xml file is good, the desk is created newly in qa and the rule is also created again, still  the url alias is not working as it is supposed to .
    We are on NW 7.0 , SP 18.
    Please let me know if you ever faced this issue and found any pointers.
    Thanks in advance for the help.
    Thanks
    Arun

    Hello,
    This blog is indeed very good. The Singleton process will be in a waiting state forever the moment you initiate. The idea is that the Singleton process (the invoke) listens to any message that have the same correlation set. This is done using the singletonId. Check in your Singleton Accessor if this signetonId is the same as in the Singleton process for which the invoke is responding too.
    If I were you I would start with a more simplified example. See:
    http://java.net/projects/oraclesoasuite11g/downloads/directory/BPEL
    Then download: bpel-305-InboundCorrelation
    Thanks
    Sander

  • Url alias for portal

    Hi All,
    I am new to this portal
    Can anybody suggest me a way to create alias for my portal.
    i want to access my portal using <b>http://<servername>:<port>/sapportal</b>         without using <b>http://<servername>:<port>/irj/portal</b>
    regards,
    prasanthi o.

    irj/portal will come as default with portal
    if u want remove this irj/portal u can remove but u can't replace with sapportal
    if u want to access certain iview or pages directly u can use quick links option
    Quick links are shortcuts to iViews and pages. Each quick link is a string that you add to the default portal URL in order to navigate to a specific iView or page.
    Quick links provide a meaningful name for iViews and pages to which users may want to navigate.
    Procedure
    1.     Enable Short URLs
    a.     Go to System Administration-->Navigation --> Short URLs
    b.     Choose True (default) in the Use Short URLs drop list menu
    c.     Choose Save Configuration
    2.     Define Quick Links
    a.     Go to Content Administration --> Portal Content ->Folder --> iViews (i.e. Content Administration à Portal Content à My Folder à iViews à SAP News)
    b.     Double-click SAP News to edit the iView
    c.     Choose Navigation from the Property Category drop list menu. 
    d.     Enter a name for the Quick Link. (i.e. News)
    e.     Choose Save.                                
    f.     Choose Close.
    g.     Add the object to a role if necessary.
    h.     Repeat steps a to go to create more Quick Links.
    3.     View a Quick Link or Short Navigation URL in the Portal.
    a.     Enter the link to your portal and append the Short Navigation URL or Quick Link. to the URL
    (For example, http://myServer:50000/irj/portal/News)

  • File System URL alias

    Hi Gurus,
    I have a requirement wherein the files processed by a sender and receiver file adapter need to be "downloadable" from a http url
    So for example the File sender directory is C:\inbound    and File Receiver directory is   C:\outbound     the XI http url will be like this   http://hostname.com/50800/DownloadDirectory
    the /DownloadDirectory   acts like an alias..
    and opening this page will show a clickable link for the contents of  C:\inbound  and C:\outbound file systems,  and the processed messages being downloadable like any other web link
    How can we do this on an XI 3.0 system  on Windows and Unix?

    Hi
    thanks for the reply
    but i am looking for non-scenario based solution
    i want it to be done using some configuration in XI WAS settings, or something similar
    the way we define the IS URL in sxmb_adm,  im looking for that kind of solution whether configuration in abap level or os level?

  • Define a Portal URL Alias

    Hi gurus,
    Is possible to define an alias for my portal URL? I want to use an URL like http://myportal.com/irj/portal and I don't want to use an URL like http://server:port/irj/portal.
    Thanks a lot!
    Best regards,
    Iván.

    Please see the below wiki:
    http://wiki.sdn.sap.com/wiki/display/EP/ChangePortalURL
    Thanks,
    Shanti

  • HTMLDB URL Alias

    Hi,
    Is there a way to create an alias for my application URL, so that when I give the link out to somebody, they don't see the servername and port?
    So, instead of http://servername:7777/pls/htmldb....
    they see http://someothername/pls/htmldb.......
    Thanks,
    Nora

    That depends both on your network setup and whatever Application Server you are using.
    For the 'someothername' for the server, you can setup a DNS entry, for the name 'someothename' to point to 'servername' (ALIAS entry I believe).
    For the port number, you have 2 options:
    1) Change the port on which your Application Server is listening for requests. The prefered method of doing this will vary based on what App Server you're using.
    2) If this is for people to access htmldb externally, for whatever firewall entry you use for the NAT, usually you can also specify a redirected port.

  • How do setup the URL alias  without the port number 7001?

    Hi all,
    I am using Weblogic 8.1 and have the following url http://solutions.company.com:7001/application.
    I would like to simplify this URL by removing the port number to http://solutions.company.com/application.
    (ie., configuring the system such that it automatically looks at 7001 without
    the user typing it ). One of the ideas that i got was to use apache web server
    and redirect to the weblogic URL. But i would like to know if this can be done
    within weblogic?
    cheers
    -Jams

    Did you ever get an answer to this?? We are attempting to do the same thing.
    Tammy
    "JD" <[email protected]> wrote:
    >
    Hello All,
    I am looking for solution to the same problem, we would like to map
    http://www.company.com
    TO
    http://www.company.com:7001/application/first.jsp
    All help appreciated.
    Thanks
    Jay
    "Jams" <[email protected]> wrote:
    Hi all,
    I am using Weblogic 8.1 and have the following url http://solutions.company.com:7001/application.
    I would like to simplify this URL by removing the port number to http://solutions.company.com/application.
    (ie., configuring the system such that it automatically looks at 7001
    without
    the user typing it ). One of the ideas that i got was to use apacheweb
    server
    and redirect to the weblogic URL. But i would like to know if this can
    be done
    within weblogic?
    cheers
    -Jams

  • Portal URL Alias creation

    i need info on how to setup aliases on portal systems
    For ex: http://<hostname>:<portnumber>/irj/portal  can be called as abc instead of complete url the user just type abc in the browser.
    i know how to setup system aliases but i need help on setting up url aliases
    we are running EP 6.0 on web AS 6.40(SP15)

    Hi,
    Virtual Hosting is the keyword to search for help.
    Check this:
    http://help.sap.com/saphelp_nw04s/helpdata/en/0b/fbf5a47928f84e8d0beba8371508e6/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/fe/cda776f2f64d5287c614b2f715c25f/frameset.htm
    Greetings,
    Praveen Gudapati

  • Obtain portal Url Alias in a DC

    Hi all,
    is there a way to retrieve the UrlAlias ​​portal from a jsp (or java class) in an abstract portal component?
    I can successfully retrieve servername, port and intercept if it is a http or https but I don't know how to recover UrlAlias.
    Any idea?
    Thanks!

    Hi Balloni,
    You can get the value of the portal alias in the logon page in this way:
    String portalAlias = (String) request.getAttribute("PortalAlias");
    Regards,
    Ashvin

Maybe you are looking for