• sfong15

    (@sfong15)


    I have installed WP on intranet running apache, mysql, php5 on windows XP. Everything works fine except that if I add a link to files at another file server the base url of WP gave me a problem.

    What I used to do with ASP3.0 on PWS is like this [a href=”http:\\IPofAnohterServer/xyz/filename.pdf”]open this pdf file[/a] where IPofAnotherServer is IP of another file server on the intranet.

    In WP I want to do the same but I’m stuck with the default base url added as prefix?

Viewing 1 replies (of 1 total)
  • Kafkaesqui

    (@kafkaesqui)

    Uh, try:

    <a href="http://IPofAnotherServer/xyz/filename.pdf">open this pdf file</a>

    http:\\etc. is an invalid http protocol reference.

Viewing 1 replies (of 1 total)
  • The topic ‘WP on Intranet, url issue’ is closed to new replies.