How to change the URL path?

How to change the default URL [http://localhost/] need to change like this http://server Address/analytics/saw.dll IP? Dashboard... we're using IIS, where I need to change... They is any code that I need to mention?

I find this code, but this one for OC4J

< html >
< head > < title > My OBIEE Application < / title > < / head >
< frameset lines = "0%, 100%" >
< frame src = "" noresize = "noresize" > "
< frame src = "move.html" >
< / frameset >
< / html >
Move.html
< html >
< Head >
< meta http-equiv = "refresh" content = "0; URL = http://localhost/analytics/saw.dll?Dashboard">
< / head >
< / html >


in

Published by: chir0n on January 27, 2010 12:30

Published by: chir0n on January 27, 2010 12:43

Hi ChirOn,

I have no configuration of IIS for me to test this, but this gives a shot:

To redirect requests to another Web site or directory

1. in the services manager IIS, expand the local computer, right-click on the Web site or directory you want to redirect, and click Properties.
2. click on the home directory, virtual directory, or Directory tab.
3. under content from this source should come from, click a redirection to a URL.
4. in redirecting to the zone, type the URL of the directory of destination or of the Web site. For example, to redirect all requests for files in the directory of the catalogue to the NewCatalog directory, type/NewCatalog.

Good luck!

Best regards

-Joe

Tags: Business Intelligence

Similar Questions

  • How to change the url of sites in the new firefox tab page

    If we open newtab in firefox 9 tabs are visible. How to change the url address of the previously pinned tab.

    I found the solution for this problem.

    1. type Subject: config in firefox url and click Enter.

    2. an alert will be displayed when clicking on the button "I'll be careful, I promise!

    3. type browser.newtabpage.pinned in the text box and click on enter.

    4. right click and select the Edit option to change the URL.

    I want to change this URL
    [{"url": "http://localhost: 8080/Admin/login", "title": null},]

    After changing the URL in firefox
    [{"url": "http://localhost: 8080/Admin", "title": "Admin"},]

  • How to change the default path for documents and settings

    How to change the default path for documents and settings

    I try to change in the registry, but the profile can create but error! had no choice to change the default path % lecteur_systeme % d: /.

    Hello

    I suggest you to download TweakUI, this could help you or get you headed in the right direction
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-XP

    Also this KB could help as well:
    http://support.Microsoft.com/kb/236621

    It will be useful.

  • How to change the URL target in JDeveloper

    Hi all

    I am facing a problem when running the OAF in JDeveloper Page.

    I connect to applications using VPNS.


    When I run the Page-ÖAF, JDeveloper takes Url target as my office url instead of the url of the application server.

    can someone help how to change the url target in the form url apps.

    Thank you in advance.

    Best regards,

    Ravi.

    https://community.Oracle.com/community/Oracle-applications/e-business_suite/e-Business-Suite-technology/oa_framework

  • How to change the URL of the OEM

    Hi, I created my installation of Oracle 10 g on a laptop at home. I use XP and I wanted to know how to change the URL of the Manager of the company? I'm on a new network that is why want to do. I want the new URL to reflect the new network.

    Kind regards
    John

    John,

    If your host name or IP address changes, you will need to EMCA allows you to reconfigure EM.

    EMCA - deconfig dbcontrol db-rest drop
    EMCA - config dbcontrol db-rest create

    or

    EMCA - deconfig dbcontrol db
    EMCA - config dbcontrol db-rest recreate

    more info here

    EMCA using when the name of the database host or IP address changes
    http://download.Oracle.com/docs/CD/B19306_01/EM.102/b40002/structure.htm#sthref92

  • How to change the url link that Slate Adobe provides when you publish your project

    Slate Adobe - I would like to change the url link that Slate Adobe provides when I publish my project... Is it possible

    Hello

    I suggest you view the query on the forum of users of slate: https://feedback.photoshop.com/photoshop_family/categories/photoshop_family_adobe_slate

    Kind regards

    Sheena

  • How to change the URL of google?

    Hello
    Currently I use Mozilla Firefox & Google Chrome for my navigation. But recently (4 days ago) it's URL has changed. Whenever I want to search anything through these two browser the URL appeared in 'Hong Kong' site. In search bar "https://www.google.com.hk".
    This thing happen. But I don't want to "hk". How can I solve this problem?

    Try to clear the cache and delete cookies only from Web sites that are causing problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".
  • How to change the download path or location in android fire fox

    Please give me answer, I'm not able to download any file

    When you try to download a file, you get an error message?

    By default, Firefox for Android uses the Android downloads folder because its default download location. You can change this as follows.

    Change the download location on Firefox for Android, please visit the topic: configuration preferences editor. You need to change two different settings to make this work.

    First, you must know the path of the folder to use. An application like ES File Explorer file manager will be useful if you do not have a file manager.

    (1) open a new tab to Subject: config (type about: config the Awesomebar and hit the arrow go or tap Enter).

    You can bookmark it for easy future access.

    (2) in the search box, type down and press enter

    3 scroll to browser.download.folderList and tap on modify, then change the value from 1 to 2 (from 'by default always' to the 'last used folder'). The change should appear after a few seconds.

    (3) scroll back up and press the big button "+" to the left of the search box to add a new parameter

    (A) the name of the preference should be browser.download.dir (this option stores the last used directory)

    (B) on the right side, type Boolean and in the popup, change it to a String

    (C) the value is based on the folder you want. For example:

    /sdcard/FxDown
    

    (D) then click on create (if you are too slow, it can erase and you will have to start)

    If you go back to your other tab and download something, it should go to the new folder.

    A little luck?

  • How to change the url of the page to redirect to ADF

    Hi Experts ADF,
    I have a requirement like the exit command link, I need to redirect my google page for which I use code below.

    ExternalContext ectx is FacesContext.getCurrentInstance () .getExternalContext ();.
    HttpServletResponse response = (HttpServletResponse) ectx.getResponse ();
    String url = "www.google.com";
    try {}
    response.sendRedirect (url);
    } catch (Exception ex) {}
    ex.printStackTrace ();

    }

    but after the execution of the function of the url in the browser address bar does not change to "www.google.com".


    Help, please

    My fault. Simply redirect http://www.google.com to avoid related redirects

    Frank

  • FMS4 - How to change the default path (rtmp://serverName/vod/ to rtmp://serverName/sites/)?

    We had before installed FMS2 and the paths to all of our videos are like rtmp://ServerName/sites/... (the default path on FMS2) Now upgrade us to FMS4 and we want to keep these roads even because we have a lot to HTML that reference these videos. However, the default path on FMS4 is rtmp://ServerName/vod/... Is there a way to change the "vod" to "sites"?

    I tried to change VOD_COMMON_DIR in fms.ini/install_dir/webroot/vod/install_dir/webroot/sites and also changed the document root in the httpd.conf file, but rtmp://ServerName/sites/ still does not work.

    Any suggestions will be greatly appreciated!

    You can copy your old folder "sites" in the folder "applications" of your new installation of fms. Restart the server and see if your old HTML pages work fine

  • How to change the URL dafault apex?

    I created Apex with XDB HTTP server, and the dafault URL is: http://localhost: 8080/apex/f?...
    It is running okay now.
    How can I change my link such as: http://localhost: 8080/myapplication/f?...

    Thanks for all your help.

    Hello

    I posted link where is example of how
    http://dbswh.webhop.NET/dbswh/f?p=blog:read:0:article:1000

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • How to change the display language for vsphere client from the web?

    Hi all

    I would like to know how to change the display language for vsphere client from the web?

    help please, thank you!

    Take a look at http://blogs.vmware.com/vsphere/2012/10/the-vsphere-web-client-and-localization.html to see which languages are available and how to change the URL.

    André

  • How to change the installation compared to clouds Creative Program Files path

    I have subscribed on the plan for photographers. So I have at least two programs installed Lightroom and Photoshop. Lightroom is properly installed in Program Files, but Photoshop is located in folder creative cloud. During the installation, I have no possibility to change the destination path.

    After the last update of Photoshop Creative cloud every day triggers error "cannot synchronize files", because Photoshop uses more than 2 GB of my creative space Cloud.

    How can I move or reinstall Photoshop in Program Files? I want to use 'my' space CC only for my photos.

    I put the wrong path in settings of CC--> Apps--> path to installation

  • How to change the LOGO url

    Hallo,

    Could someone explain how to change the LOGO URL (when I click on redirect logo should go not to the home page, but to any page I want to set manually).

    Thanks for the tips.

    Apex 4.1.

    Hello

    have a look at the page template.

    Home--> Application Builder--> Application XX-->--> models shared components

    According to the Setup, you should find something like

      
    

    He simply change "#HOME_LINK #" to your desired URL/page.

    I hope this helps...

    Thank you
    Sandro

  • HOW to: Change the default "save under" path Reader 8.1.2

    HOW to: Change the default "save under" path Reader 8.1.2

    Thank you!

    Not possible, unfortunately.

Maybe you are looking for