URL masking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christopher Pettet

    #16
    Re: URL masking

    It appears (after looking at many utilities such as IISRewrite,
    ISAPI_Rewrite and PageXChanger) that hiding a port in a URL is not so easy
    to do without using frames. I have tried the demo versions of the
    aforementioned programs and also a free URLRedirect program but none of them
    seem to hide port numbers. I guess, unless someone comes up with any other
    suggestion, I'll have to stick with frames which does mask ports.

    Thanks to all for the tips and help so far - much appreciated...

    "brendan" <brendan_NOSPAM _@srl.cam.ac.uk > wrote in message
    news:dthte3$qos $1@gemini.csx.c am.ac.uk...[color=blue]
    >
    > "Christophe r Pettet" <cdpettet@psiss .com> wrote
    > [snip][color=green]
    >> It's > purely for a torrent search engine which uses port 6999 rather
    >> than 80 but I hate seeing :6999 on a web address. I am also using IIS
    >> with FP extensions so .htaccess isn't possible, or is it?[/color]
    >
    > IIS is a lot less powerful than Apache in this respect but does have
    > limited redirect functions ... I'm not sure if there is a mod_rewrite
    > (such that it shows one address whilst actually fetching another) ... and
    > as I don't have access to an IIS machine I can't test myself ...
    > try here though
    > http://support.microsoft.com/?kbid=3...22120121120120
    >
    >[/color]


    Comment

    • Jimmy

      #17
      Re: URL masking

      mannerboy wrote:[color=blue]
      > maybe use AJAX
      >[/color]
      are you serious? wtf

      Comment

      • Jim Carlock

        #18
        Re: URL masking

        "mannerboy" <Zhangshijie.cn @gmail.com> suggested:[color=blue]
        > maybe use AJAX[/color]

        "Christophe r Pettet" <cdpettet@psiss .com> posted:[color=blue]
        > Pardon my ignorance, but what is AJAX?[/color]

        AJAX is an acronym for Asynchronous JavaScript And XML.



        I'd appreciate seeing the javascript encoding to do this. Passing
        links through JavaScript involves using a browser with JavaScript
        turned on, and for Microsoft's Internet Explorer browser the link
        above indicates that ActiveX scripting MUST be implemented in
        order to get this to work.

        Hope that helps.

        Jim Carlock
        Post replies to the group.



        Comment

        Working...