Link to a file in my site

Discussion in 'HTML / PHP / JavaScript / CSS' started by QEDDave, Apr 21, 2010.

  1. I have my site up and running and have a forum site in a folder within my domain.

    So to get to my site the users goes to www.mydomain.com and that loads the default.aspx file for my home page.

    Beneath all this is mydomain/myWiki which has it's own default.aspx file.

    But when I try to link from my main site to my wiki site I get errors. I've tried:

    <a href = "www.ndtexams/techwiki/default.aspx">

    but no luck.

    What am I doing wrong?
     
  2. mjp

    mjp

    Unless you have a directory named "www.ndtexams" that path is wrong.

    Try:
    <a href="techwiki/default.aspx">​
    or:
    <a href="techwiki/">​
     
  3. Hello and Thanks again for the help.

    I tried what you suggested and ended up with >>>


    Line 49: </httpModules>
    Line 50: <!-- the forum relies on session vars to auth users, so let's set the timeout to 30 minutes -->
    Line 51: <sessionState timeout="30"/>
    Line 52: <!--if you want the forum to use windows-authentication do the following:
    Line 53: 1) uncomment the authentication tag below
     

Share This Page