+ Reply to Thread
Results 1 to 3 of 3

Thread: Linking Subdirectories
      
   

  1. #1
    Duchie is offline Private
    Join Date
    Jun 2009
    Posts
    2

    Default Linking Subdirectories

    This is basically how I have it set up -

    www.mydomain.com/link1.html

    Now, I want to add a link within the link1 page and I'll call it link1_1.

    www.mydomain.com/link1/link1_1.html

    When I do this, I get an error -

    Not Found

    The requested URL /link1/link1_1.html was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Anyone have any ideas? Am I perhaps missing something?

    BR

  2. #2
    navaldesign's Avatar
    navaldesign is online now General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,052

    Default Re: Linking Subdirectories

    The site structure is similar to any computer folder structure.

    Your public_html folder is the first level, eventual subfolders are second level etc.

    So, if your page link1_1 is published inside the same, main folder (public_html) your link will be simply http://www.yourdomain.com/link1_1.html

    If, instead you DO have a subfolder called "link1" inside your public_html, and IF you have published page link1_1 inside the link1 folder, then your link should be http://www.yourdomain.com/link1/link1_1.html
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Duchie is offline Private
    Join Date
    Jun 2009
    Posts
    2

    Default Re: Linking Subdirectories

    Thank you very much ! Your information has solved my problem.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49