URL redirect Help port number

Hi I just recently upgraded to windows 10 from windows 7.  In this process I lost my redirect settings for my help desk which is installed on my local pc.  Can someone point me in the right direction.  Right now my help desk works with my custom url however it has to include the port number.  I do not have IIS installed on windows 10.  I believe previously in windows 7 I had IIS and was using Helicon rewrite to do this.  I just forget the step to do this.  Right now it works with myurl.com:9675 i want this to work with just myurl.com and no port number. 
This topic first appeared in the Spiceworks Community

Hi I just recently upgraded to windows 10 from windows 7.  In this process I lost my redirect settings for my help desk which is installed on my local pc.  Can someone point me in the right direction.  Right now my help desk works with my custom url however it has to include the port number.  I do not have IIS installed on windows 10.  I believe previously in windows 7 I had IIS and was using Helicon rewrite to do this.  I just forget the step to do this.  Right now it works with myurl.com:9675 i want this to work with just myurl.com and no port number. 
This topic first appeared in the Spiceworks Community

Similar Messages

  • Sharepoint 2013 - url redirects with port number added

    Hi,
    In our sharepoint 2013 environment, we have a custom application and in which we have a button and when we click on the button the initial url was below
    http://abcd.com/apps/xyz/test.aspx
    After clickin on the button it redirects to the below, where in the custom app they are using query string to append the url.
    http://abcd.com:6001/apps/xyz/test.aspx?EID=7&ListID=1723aasd-ajsfs12346
    And i am getting the web page cannot be displayed error.
    Please help me to resolve this issue. Is there any issue in the custom code or in IIS redirect or server related configuration.
    Any help is much appreciated.

    Hi Krishna,
    Thanks for your reply,
    We have constructed the code in .cs file. And the code is
    private
    void Redirect(int
    id)
    NameValueCollection queryString;
                queryString =
    HttpUtility.ParseQueryString(Request.Url.Query);
                queryString["EID"]
    = id.ToString();
                queryString["List"]
    = List.ID.ToString();
                queryString.Remove("AssignToMe");
    //Response.Redirect(Request.Path + "?" + queryString, true);
    //Response.Redirect(SPContext.Current.Web.Url + "?" + queryString, true);
                Response.Redirect(SPContext.Current.Web.Url
    + "/Pages/Request.aspx" +
    "?" + queryString,
    true);
    Smile Always

  • Disable Canonical URL or Remove Port Number

    Hi All,
                 We are using the publishing template of Sharepoint 2013 . This generates  the canonical url as shown
    <link rel="canonical" href="http://www.somesite:80/Pages/default.aspx" />
    I want to achieve removal of port number from the above link.
    If not posssible to either remove the entire link itself
    Thanks
    Thomson

    Hi Thomson,
    It is by design that the canonical URL will display port number for SharePoint pages.
    And if you have other sites which are using port number other than 80, then the port should be displayed in the URL for requests can be directed to the correct sites.
    So the port number should not be removed from the URL.
    If you do not want this canonical URL, then you may need to disable the Search Engine Optimization feature in the site collection.
    As this feature is enabled by SharePoint Publishing feature, then we need to disabled it using PowerShell command:
    Disable-SPFeature -identity 17415b1d-5339-42f9-a10b-3fef756b84d1 -URL
    http://sitecollectionURL
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • R12.1 url without the port number using dns

    Hi guys
    Thanks in advance,
    What are the steps to setup R12.1 using url with dns so that you don't have to specify the port number while connecting.
    Thanks again

    Hi,
    Please see this thread.
    How to setup webserver in R12 so as to enable users not to enter the port
    Re: How to setup webserver in R12 so as to enable users not to enter the port
    Regards,
    Hussein

  • URL Redirection Help Required

    Hi,
    I have a SharePoint 2013 site, which has been built with mostly Out of the Box functionality. 
    There is an Edit link on the Page which is a part of a web part, but it is being redirected to the wrong URL. I want to know how to modify the URL for that Link within the Web Part.
    Please kindly
    Thanks
    Vignesh

    Hi,
    From your description, my understanding is that  you want to change the URL for a link in web part.
    I am not quite sure what web part do you want to change, could provide a screenshot or detailed information for me?
    Besides, if you want to change the URL of a link, you could use jQuery code as below to accomplish your requirement(add the code into a Content Editor Web Part in the page):
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
    <script type="text/javascript">
    $(function () {
    // replace the selector with your own selector and replace the “www.bing.com” with the URL that you want to redirect to.
    $("selector").attr("href", "http://www.bing.com");
    </script>
    You also could refer to this article:
    http://stackoverflow.com/questions/179713/how-to-change-the-href-for-a-hyperlink-using-jquery.
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How can I  change the port number generated in the returned url?

    We have a hardware load balancer listening on port 80 and forwarding requests to weblogic 6.1 sp2 servers on port 8090. The web servers generate urls containing the port number (and ip address of the load balancer). The browser tries to acces the load balancer at port 8090 and fails. So, how can I tell weblogic not to put a port number in the url?
    TIA, Reinier

    Generated WSDL will use the URL of the incoming
    HTTP GET request (request to retrieve wsdl) to create:
    service->port->location->address
    attribute inside the WSDL.
    This attribute is used by the client to send the SOAP
    request.
    So the HTTP GET request to retrieve the WSDL
    should use the address of the load balancer (ie 80).
    Then the generated WSDL will also have a url with
    port 80.
    http://manojc.com
    "reinier" <[email protected]> wrote in message
    news:3ea95116$[email protected]..
    We have a hardware load balancer listening on port 80 and forwardingrequests to weblogic 6.1 sp2 servers on port 8090. The web servers generate
    urls containing the port number (and ip address of the load balancer). The
    browser tries to acces the load balancer at port 8090 and fails. So, how can
    I tell weblogic not to put a port number in the url?
    TIA, Reinier

  • LOAD BALANCE (CSS) and Portal Port Number based on Instance Number

    Hi,
    My doubt is about LOAD BALANCE (CSS) and Portal Port Number based on Instance Number.
    I have to install 3 servers machines and 2 servers databases cluster. There will be a HIGH AVAILABILITY environment. There will be a MIGRATION and UPGRADE.
    Today there are 2 servers machines in Windows NLB. Today my production Portal is 6 6.20.
    Once, I did something for LABORATORY TEST. Migration (6 6.40) and Upgrade (7.0)in two other machines. But they were with Windows NLB. When I did the installation, for each server machine and during the instalation I had to give one Instance Number for each and in result there was a different Port Number for each.
    But I accessed both machines throught a virtual url(dns) with a specific port number. And it works!
    NOW, with a HARDWARE LOAD BALANCE _ CSS I don't know how to do.
    A guy who works with it  tell us that couldn't redirect one Port Number for different port numbers. He couldn't configure the CSS like this.
    My question is: Is he write? And if he is, there is a  way to give the same instance number for my 3 new Portal servers machines? Example: 5(02)00.
    Could you understand?
    I need help.
    Regards,
    cheers,
    Nivia

    Nivia,
    I have used F5 for load balancing, I am sure you can do the same with CSS. Yes, you can configure a virtual IP on the load balancer with standard ports (80 or 443) and load balancing the traffic to multiple servers with different ports. You can have different ports for each instance.
    -Regards
    RK

  • ACE: URL redirect - not working

    Hi,
    I've to do url redirection from port 80 to port 443. I've following configured:
    rserver redirect url.test.com-rd
      webhost-redirection https://url.test.com/
      inservice
    serverfarm redirect url.test.com:80
      description url.test.com - port 80 redirect ***
      rserver url.test.com-rd
        inservice
    class-map match-any url.test.com:80
      2 match virtual-address 192.168.1. tcp eq www
    policy-map type loadbalance first-match url.test.com:80
      class class-default
        serverfarm url.test.com:80
      policy-map multi-match LOAD_BALANCE
       class url.test.com:80
        loadbalance vip inservice
        loadbalance policy url.test.com:80
        loadbalance vip icmp-reply active
    ===
    with above configuration, ACE is redirection port 80 to port 443 but it also rewrites the header.  i.e. ACE send me to
    "https://url.test.com/" if I type "http://url.test.com/abc" in the browser. It should have redirected to  "https://url.test.com/abc" ( it shouldn't have removed "/abc")
    could you advice how to accomplish it.
    Thanks in advance...

    Hi,
    thanks pablo. but that isn't expected response. redirected url shows the load balanced server. i.e. for the following serverfarm of port 443:
    serverfarm host url.test.com:443
      description url.test.com - Port 7777 ***
      failaction purge
      probe url.test.com:7777
      rserver server1.test.com 7777
        inservice
    redirected url comes as "http://server1.test.com:7777/abc/" ...instead of what I expect .i.e. i expect "
    https://url.test.com/abc/"

  • 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

  • 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

  • Port number pops up in URL...

              Hi,
              I have this issue.
              We have weblogic Server(5.0) running on HP-Unix. We have several
              JSP Pages and a controller servlet.
              The testing goes like this:
              We have a form in my.jsp and it gets submitted to controller servlet.
              The servlet processes the request and redirects the response to
              myResult.jsp.
              We give the URL like : http://rv1/my.jsp
              With IE(5.0) everything works fine.
              We get the redirected JSP Page and URL in IE looks like : http:/rv1/myResult.jsp
              When I use Netscape(4.85) my response url has port nmumber appended
              to the m/c name.
              For ex; if I give http://rv1/my.jsp I get the response page as
              http://rv1:80/myResult.jsp
              When I tested with the local installation of WebLogic on my Windows
              NT, both IE and Netscape work fine.
              So we concluded that it is neither browser issue nor our application
              issue.
              Is it a WebLogic issue specific to HP-Unix?
              Please Help
              Thanks,
              Kanchan
              

              For the JSPs and Servlets running on the same application server
              and in the same application context, we usually use forward or
              include of requestdispatcher or <jsp:forward> and <jsp:include>.
              On the other hand, you can write some programs to simulate Netscape
              to access your application and check if port 80 is in the header
              field Loaction. If so, port number is appended by Weblogic. Else,
              port number is appended by your browser.
              "Kanchan" <[email protected]> wrote:
              >
              >Hi,
              >I have this issue.
              >We have weblogic Server(5.0) running on HP-Unix. We have
              >several
              >JSP Pages and a controller servlet.
              >The testing goes like this:
              >We have a form in my.jsp and it gets submitted to controller
              >servlet.
              >The servlet processes the request and redirects the response
              >to
              >myResult.jsp.
              >We give the URL like : http://rv1/my.jsp
              >With IE(5.0) everything works fine.
              >We get the redirected JSP Page and URL in IE looks like
              >: http:/rv1/myResult.jsp
              >
              >When I use Netscape(4.85) my response url has port nmumber
              >appended
              >to the m/c name.
              >For ex; if I give http://rv1/my.jsp I get the response
              >page as
              >http://rv1:80/myResult.jsp
              >
              >When I tested with the local installation of WebLogic
              >on my Windows
              >NT, both IE and Netscape work fine.
              >
              >So we concluded that it is neither browser issue nor our
              >application
              >issue.
              >
              >Is it a WebLogic issue specific to HP-Unix?
              >Please Help
              >
              >Thanks,
              > Kanchan
              >
              

  • Port Number visible in Siebel URL

    Hi all,
    We have just finished deploying our Siebel Application in Production. It is a standard multi-server environment with Clustering and Load Balancing.
    However, we see that Siebel is automatically appending the Network Port Number (:8000), when accessing from an external Web Server.
    The client has requested this port number (:8000) be removed from the URL. We would really appreciate some help on the issue.

    You may have 2 constraints that are difficult to mix:
    1/ Any Browser consider an URL starting with http://server/path is to be send to port 80 of the "server"
    That is why all Web server (IIS, Apache, etc) use to be reached using port 80 by default.
    2/ Local security constraints
    One of those security guy may have told you that they can not accept to open the firewall or reverse-proxy to the port 80 of your virtual IP representing the web server farm
    Conclusion: Please have a discussion with your local security team and see if this has already been discussed.

  • WAD-Port number is changing in the URL

    Hello,
    When i try to execute a webtemplate in the browser, the default port number(ICM profile configured in RZ10 icm/server_port_0 PROT=HTTP,PORT=8080,TIMEOUT=1800)is modifying in the URL to 8100, and unable to display the page. Again when i modify the port number to default portnumber manuall and the page/report is displayed.
    Could you explain why the default port no is modifying in the URL? How can i solve this porblem?
    Thanks
    Ravi

    One way to check is using Transaction<b> SMICM</b>. You can also try SE37 > RSBB_URL_PREFIX_GET. When you execute this function module, the Export parameters returned are what appear in your URL.
    If there is a difference between what you see in SMICM and the Export Parameters, it means that somewhere the settings are wrong...your Basis team can help in that case.
    Hope this helps...

  • Need help with URL Redirect in Sun Web Server 7 u5

    All I am trying to do is redirect to a static URL and for the life of me I can not get it to behave the way I would expect. I am new to Sun Web Server so I am just trying to use the Admin Console to set this up.
    Here is what I'm trying to do:
    Redirect from - http://www.oldsite.com/store/store.html?store_id=2154
    To - http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    Here's what I tried in the console.
    Added a new URL Redirect
    Set the Source to be Condition and set it to: '^/store_id=2154$' (quotes included)
    Then set the Target to: http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    Then for the URL Type I checked Fixed URL
    When I tested with: http://www.oldsite.com/store/store.html?store_id=2154 it did redirect as desired
    BUT
    When I tested with: "http://www.oldsite.com/store/store.html?store_id=5555" it too got redirected to the Target and I can't figure out how this second URL can satisfy the condition to get redirected.
    Any help is most appreciated.

    thanks for choosing sun web server 7
    it is simpler if you just edit the configuration files manually
    cd <ws7-install-root>/https-<hostname>/config/
    edit obj.conf or <hostname>-obj.conf (if there is one for you depending on your configuration so that it look something like)
    <Object name="default">
    AuthTrans..
    #add the folllowing line here
    <If defined $query>
    <If $urlhost =~ "/oldsite.com" and
    $uri =~ "/store/store.html" and
    $query =~ "store_id=2154" >
    NameTrans fn="redirect" from="/" http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    </If>
    </If>
    ..rest of the existing obj.conf. continues
    NameTrans...
    now, you can either do <ws7-install-root>/https-<hostname>/bin/reconfig -> to reload your configuration without any server downtime or <ws7-install-root>/https-<hostname>/bin/restart -> to restart the server
    if it did work out for your, you will need to run the following so that admin server is aware of what you just did
    <ws7-install-root>/bin/wadm pull-config user=admin config=<hostname> <hostname.domainname>
    hope this helps

  • How to hide the PORT NUMBER from the URL

    Hi,
    We have Application on Node 1 and Database on Node 2
    Apps Version: 11.5.10.2
    DB: 9.2.0.6
    We recently added a new node to act as web server for iSupport.
    Now we are able to access the url using public Ip-address which looks like
    http://<Internet Ip-Address>:<PORT NUMBER>
    Eg: http://******.com:8000
    But we dont want the *'PORT NUMBER(8000)'* to be displayed.
    How to hide the port number ?..
    Thanks in Advance,
    Mahesh

    Hi Hsawwan,
    Can you plz explain me the steps how to hide the port number from the url as our network administrator is not aware of this.
    Regards,
    Mahesh

Maybe you are looking for