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

Similar Messages

  • Although I have been using Google Maps App in India for a while now (without any issues) but I still want to know if there are any plans for launching Turn by Turn Navigation under the OOTB Map App for iOS?

    Although I have been using Google Maps App in India for a while now (without any issues) but I still want to know if there are any plans for launching Turn by Turn Navigation under the OOTB Map App for iOS?
    It has been quite a while since Apple came up with Map App of their own and should be releasing improved maps with more capabilities in India.
    Cheers!
    Abhishek

    No one here can answer your question, as there is no one from Apple here, & no one here represents Apple or speaks for Apple.

  • An error occurred while accessing the content repository from JDeveloper

    Hello,
    I'm using Jdeveloper Studio Edition Version 11.1.1.5.0
    I created Content Repository conection, following:
    RIDC Socket Type: socket
    Server hostname: localhost
    Content Server Listener Port: 4444
    Executing "Teste Connection" result "Success!"
    But, trying connect, I receive:
    oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic listFolder
    An error occurred while accessing the content repository.
    and when I login to my portal and go to administration page, then I am getting this error
    "Messages for this page are listed below.
    Could not retrieve members from policy store.
    and when I go to services tab then i am getting this error "The Documents service is unavailable.
    Error contacting the content repository."
    Please help me to resolve this problem.
    Thank You,
    Muhammad Nasir

    can anybody help me to resolve this issue please.

  • The Web application at could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application

    Hi,
    I have created on windows service to fetch sharepoint list ad update the list items.
    when i run this service in sharepoint server(where the sharepoint site is hosted),it is working fine. If i run the same service in another machine(sharepoint installed in this machine also). it is giving the below error
    The Web application at [URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
    Code snippet
    SPSite sharepointSite = null;
                SPWeb rootWeb = null;
                try
                    //SPList current = null, previous = null;
                    string colmId = ConfigurationManager.AppSettings[ID_COLM];
                    List<TaskEntity> list = new List<TaskEntity>();
                    sharepointSite = new SPSite(URL);
                    rootWeb = sharepointSite.OpenWeb();
                    SPList current = rootWeb.Lists[ConfigurationManager.AppSettings[OMEGA_REGISTRATION_LIST]];
                    WriteEventLog("current" + current.Items.Count.ToString());
                catch (Exception ex)
                    ExceptionMethod(ex);
                finally
                    sharepointSite = null;
                    rootWeb = null;
    I have pointed .net framework to 3.5 version and target palform as Any CPU. Please suggest me

    Hi mallela1,
    I also had similar issue couple of months back when I was trying to access a remote URL from a Windows service when the site does not exists in the server where service resides.
    You cannot access a remote url (even though it is SharePoint server and also in same network ) from server object model.
    SPSite can look in the current server only. here what is happening is SPSite will look for this in the current server DB and it is not finding this errror.
    So please dont use ServerObject model for accessing remote sites. You can use Client Object model for the code /requirement you have stated above.
    I wasted lot of time in finding a work around to make to work. It did not. So look for other options.
    Regards,
    Nandini

  • Sharepoint 2010 appended port number in the public URL when redirect

    I'm new in sharepoint so please bear with me.
    We have a sharepoint deployment that has 4 WFEs, each WFE has 4 sites, all on a different port number.  For example;
    Site 1: http://site1.server1:11111
    Site 2: http://site1.server1:22222
    Site 3: http://site1.server1:33333
    Site 4: http://site1.server1:44444
    We have a load balancer that use a public URL to all these sites.  For example;
    Site 1: http://site1
    Site 2: http://site2
    Site 3: http://site3
    Site 4: http://site4
    Here is the problem.  Some of the link in the sharepoint site, when click, the URL is appended with the port number at the end of the public URL.  For example, http://site1:11111.
    I tried playing around with the AAM but it doesnt yield anything.  Any advise from the expert would be appreciated.

    Hi,
    Look at your default AAM.  This controls how the URL is appended or not.  You also need to look at the site bindings in IIS and make sure you have them for each site, for port 80.  And you need an alternate access mapping that routes site.server:Port
    to site if your desired outcome is to have any load balanced call route back to the default alternate access mapping of http://site1
    you would have a binding on http://site1 on port 80 in iis, and a host header associated with this site.
    Also, if you are using path based sites, this will only work for one site.  You can tell if you're using path based site collections if you see a / in front of their names inside view all site collections.
    Microsoft recommends using Host named site collections, check out this technet
    http://technet.microsoft.com/en-us/library/cc424952(v=office.15).aspx
    Stacy www.sharepointpapa.com

  • ORDS (2.0.7) - URL Mapping - Names need to be lower case

    Using the latest ORDS (2.0.7) - when using settings to setup multiple databases, I have noticed that the the "URL Mapping" rule will not be picked up if the "Name" of the connection is not all lower case.
    The "Routing Rule" can be mixed case, but the "Name" of the rule can not.
    I found this to be an odd behavior.
    Has anyone else come across this?
    -- Tim St.

    Using the latest ORDS (2.0.7) - when using settings to setup multiple databases, I have noticed that the the "URL Mapping" rule will not be picked up if the "Name" of the connection is not all lower case.
    The "Routing Rule" can be mixed case, but the "Name" of the rule can not.
    I found this to be an odd behavior.
    Has anyone else come across this?
    -- Tim St.

  • URL Mapping not working inside MOSS

    hi,
    I want to achieve broken URL redirection in old web application developed in MOSS.
    For this purpose, i have to use URL mapping inside web.config -
    For Example -
    <urlMappings enabled="true" >
        <add url="~/brokenpath" mappedUrl="/subsite/Pages/Home.aspx" />
    </urlMappings>
    I have checked that '/subsite/Pages/Home.aspx' url is not broken but still getting 404 exception.
    Similar tag is working under dev/local environment but not working in the production,
    Can anybody please let me know the problem or any configuration missing.
    Thanks in advance.

    Hi Saurabh, can you provide the actual broken path, both in your web.config as well as the absolute URL?
    Dimitri Ayrapetov (MCSE: SharePoint)

  • URL Mapping for packaged JSP's in web.xml file

              Hi,
              I am using weblogic6.0sp2 enterprise edition.I have my JSP's in package structure.
              Suppose my login.jsp is in package com.advice.document. So for URL mapping in
              web.xml what should be given so that by giving that my JSP runs. I have tried
              many options but not got success.
              Here is my web.xml file..
              <web-app>
              <servlet>
              <servlet-name> Login </servlet-name>
              <jsp-file> com\advice\document\login.jsp</jsp-file>
              </servlet>
              <servlet-mapping>
              <servlet-name> Login </servlet-name>
              <url-pattern> /Login</url-pattern>
              </servlet-mapping>
              </web-app>
              If any body knows or have worked on the same then let me know.
              Thanks in advance.
              --- Vipul
              

    Did you try specifying the jsp-file with forward slashes (e.g.,
              com/advice/document/login.jsp)?
              Vipul Garg wrote:
              > Hi,
              > I am using weblogic6.0sp2 enterprise edition.I have my JSP's in package structure.
              > Suppose my login.jsp is in package com.advice.document. So for URL mapping in
              > web.xml what should be given so that by giving that my JSP runs. I have tried
              > many options but not got success.
              > Here is my web.xml file..
              > <web-app>
              > <servlet>
              > <servlet-name> Login </servlet-name>
              > <jsp-file> com\advice\document\login.jsp</jsp-file>
              > </servlet>
              > <servlet-mapping>
              > <servlet-name> Login </servlet-name>
              > <url-pattern> /Login</url-pattern>
              > </servlet-mapping>
              > </web-app>
              >
              > If any body knows or have worked on the same then let me know.
              > Thanks in advance.
              > --- Vipul
              

  • URL mapping config for Experience Definition rule

    Hello,
    I have a question regarding the configuration of url mappings for experience definitions. Here is our scenario:
    We have 2 experience definitions that allow us to localize the guest user experience when a user hits the portal for the first time. We need to setup 2 rules that are based on url so that if a user comes from one url they get the English definition and the other url gives the French definition.
    This portal will be access by outside users and we cannot have two different domain or sub-domain names in order to differentiate the 2 urls. We’ve been told that it is possible to setup a system so that 2 different context url can resolve to the actual portal url so that the portal sees the different url values and serves up the proper experience def.
    So basically I am asking for a somewhat detailed explanation of how to configure it so we have one of the following 2 setups (whichever one is possible):
    English url = http://www.domain.ca/portal/en/server.pt
    French url = http://www.domain.ca/portal/fr/server.pt
    OR
    English url = http://www.domain.ca/portal/en.pt
    French url = http://www.domain.ca/portal/fr.pt
    And both of these urls would map to the same portal at http://www.domain.ca/portal/server.pt (not directly accessible from outside)
    We have the portal deployed via Websphere 6.1 on AIX and using IBM HTTP server.
    Any help regarding how to configure app server, web server, portal would be greatly appreciated.
    Thank you
    Richard

    Hi Doevelaar,
    sorry, no help but: Iam fighting like you.
    I tried the same to get multiple databases to live: no result
    I tried to get a connection to configure apex-listener running under Glassfish via SQL-Developer: no Connection possible
    I tried to get a connection to configue apex-listener via SQL-Developer : this works if Apex-Listener runs standalone but: I can't store the configuration
    I am surely a Oracle-fan with APEX and the DBMS but all installations of Oracle makes me mad.
    Try to install the dbms 3 times, it will react 3 times different.
    The clone tool of db's works one day, the next one it stops anywhere without any online comment (anywhere in hidden logs you will find a miracle error description.. java-errors self explaining if you know all libaries)
    I dont know who ever makes quality checks there but they need any old guy, not the young hackers.
    I think Bill Gates has time.
    I am so frustrated with all this installation stuff and sh..., i hope one day microsoft buys Oracle, then the installation may be smooth and all features will work.
    And you dont have to be a script guru to manage an update, may be. This is naturally only a daydream...
    I work like you at this problem, if I have  any solution I let you know.
    Cheers
    me

  • Url mapping

              I have a webapp and the welcome file is:
              http://localhost:7001/LAM/login.jsp.
              All of the posts and gets are sent to a single servlet
              that controls the flow to and from jsp pages.
              My co-workers and I would like to be able so something like:
              http://localhost:7001/LAM/anyjsp.jsp?arg=arg&arg2=arg etc.
              or http://localhost:7001/LAM/jsp/anyjsp.jsp?arg=arg&arg2=arg etc.
              so we can pass args in and out of the pages from the browsers
              address input rather than going through the app to get to a certain jsp page and
              submitting the arguments. The jsp files are in the weblogic/webapp/jsp directory
              and the servlet is in the
              weblogic/web-inf/classes directory. The servlet is defined and mapped in the web.xml
              file. We can't get the url in the address window to go to a given jsp page. What
              do I need to do to get around this or what do I need to configure to set this
              up?
              Thanks,
              Bill
              

    Hi,
    We can give same url mapping to both Servlets but we can access the servlet which is entered first in web.xml because whenever we send a request to the webserver then webserver look at the elements in web.xml file one by one.
    When it finds the corresponding url mapping then immediately sends the response to the client.The same url mapping for the next element will be ignored.
    Regards
    Anilkumar kari

  • Please help me on URL mapping issue

    Hi,
    I am new to Oracle apps. So please help me to solve this issue. I have created new OC4J instance and changed my URL mapping to /MYApp but when i access application trough browser http://myapp.com/MYApp/../../help I am getting 404 error. If I change the URL http://myapp.com/forms/../../help it works fine. What am i doing wrong?
    Please help me to get raid of this issue.
    Thanks in advance
    Karthik

    Have you attempted to backup and then clear the AIF_EBS_GL_CCID_STG table and then re-ran your data load rule with the "Full Refresh" option?
    If not, you will want to do this and then check the account type in the table after the data load rule run.
    Refer to the following KM Document for information on clearing the table:
    ERPI Code Combinations are Out of Sync With EBS (Doc ID 1473119.1)

  • Using URL maps to search for a particular sub-domain in a URL

    Hi Guys,
    Seem to be having some trouble with URL maps, and trying to search for a particular sub-domain in a URL.  Let me explain:
    We will have a number of applications frontended by our CSM VIP such as:
    sftp.poc.monash.edu.au
    callista.poc.monash.edu.au
    I'm trying to get the CSM via policies and URL maps, to search for say "callista" and direct this traffic to a particular farm as below...however when i use the match statement the connections are dropped.
    map CALLISTA url
      match protocol http url *callista*
    map CALLISTA-SFTP url
      match protocol http url *sftp*
    policy CALLISTA
      url-map CALLISTA
      sticky-group 197
      serverfarm CALLISTA
    policy CALLISTA-SFTP
      url-map CALLISTA-SFTP
      sticky-group 198
      serverfarm CALLISTA-SFTP
    vserver CAL-POC-DECVIP
      description decrypt VIP for SERVERFARM CAL-POC
      virtual 172.16.11.116 tcp www
      persistent rebalance
      parse-length 4000
      slb-policy CALLISTA
      slb-policy CALLISTA-SFTP
      inservice
    So i'm wondering if there is a better regular expression statement i can use to ensure that all the traffic that has "callista" in the URL is directed to a particular farm?
    thanks
    Sheldon

    Having a read through the CSM config guide I think i may have found the answer.  I noticed that the URL maps only work on searching a "path' after the domain e.g. the presence of either "index" or "cep":
    callista.poc.monash.edu.au/index.html
    or
    callista.poc.monash.edu.au/cep/
    I've tested the above logic and this holds true....therefore there doesn't seem to be a way of searching for a "subdomain" in the URL as opposed to various bits of a "path".  That is i'd like to search for "callista" or "admissions" instead of the path
    callista.poc.monash.edu.au
    or
    admission.poc.monash.edu.au
    Can someone confirm this one way or another?  And if the sub-domain search is not possible, are there alternatives to getting it to work?!
    thanks
    Sheldon

  • Alternate Mapping of Sharepoint Subsite to public URL

    Hi i have a SUbsite in Sharepoint address 
    URL :  domain/identity management/default.aspx
    and ask credentials here ONLY
    Public URL is :  abc.com
    i did the alternate mapping....but DNS is able to resolve till DOmain only and not able to point it to Identitymanagement/default.aspx
    also its asking Credentials at that point only.
    ANy suggestion or LINK or Document. Immediate reply wud be appreciated.

    @Inderjeet
    Singh Jaggi
    I have used the Redirection :
    When user browse abc.com over intranet it takes Credential when the Team site is loaded. Is it possible it takes Credentials on next step - loading at
    /identity management/default.aspx site 
    But OVER INTERNET It redirects and giving error :
    /identity management/default.aspx site is not found.

  • Can two urls map to same servlet in web.xml

    Hello All,
    I need to map the two urls in my web application with the same servlet.
    I tried as follows:
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>Empty web.xml file for Web Application</description>
    <servlet>
    <servlet-name>TestServlet</servlet-name>
    <servlet-class>fileredirectsolution.TestServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>TestServlet</servlet-name>
    <url-pattern>/testservlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>TestServlet</servlet-name>
    <url-pattern>/filerepository/*</url-pattern>
    </servlet-mapping>
    </web-app>
    However, I am getting an error while accessing the TestServlet.
    When I remove the second servlet-mapping tag..it is working fine.
    How can I map the two urls with the same servlet.
    Thanks
    Saikrishna

    it is not ur requirement. but
    i think it will help 2 u.
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"; xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>Empty web.xml file for Web Application</description>
    <servlet>
    <servlet-name>TestServlet</servlet-name>
    <servlet-class>fileredirectsolution.TestServlet<;/servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>TestServlet</servlet-name>
    <url-pattern>*.xxx</url-pattern>
    </servlet-mapping>
    </web-app>
    if ur configure web.xml like above.
    any request that ends with .xxx call the TestServlet.
    ex:
    1)http://ip:port/contextpath/abc.xxx
    2) http://ip:port/contextpath/xyz.xxx
    here both urls calls the same servlet.
    -lakshman.
    save a life by sending information.
    www.help2patients.wordpress.com.

  • URL Mapping template

    can anybody send me the url template fraction for user mapping, to integrate yahoomail into EP.
    Message was edited by:
            suresh kumar

    Hi Swetha,
    > have used user=<MappedUser>&password=<MappedPassword>
    > for the user mapping template and URL template as
    > <System.protocol>://<System.server><System.uri>?
    > <Authentication>
    That's the way it is meant to work...
    > in the url template I am not sure, kindly help
    Why don't you just read the documentation? To quote from it: "The tag <Authentication> returns the result of either the <UserMappingTemplate> or the <SSO2Template> according to the following rule ... " - just as you have done it.
    > Useful answers will be rewarded
    Hope it helps
    Detlev

Maybe you are looking for