Results 1 to 7 of 7

Thread: sub folders on my website

  1. #1
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post sub folders on my website

    Hello, I am having a problem with the subfolders in my website, if i create one and put a link to them, is like if they can't be found, i i make sure that i upload them and in fact they are there.. what can be happenning? can ayone help me?

  2. #2
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    If the host uses linux servers, the paths are case sensitive.
    try making every link/path/file lowercase, and see if you have any more problems.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  3. #3
    Join Date
    Apr 2007
    Location
    Phoenix, AZ
    Posts
    64
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You may also want to look at the permissions on the folders

  4. #4
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    well i had already thought of using only lowercase letter and still didn't work, and how can i check the folder permissions?

  5. #5
    Join Date
    Apr 2007
    Location
    Phoenix, AZ
    Posts
    64
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    For permissions, it sort of depends on how you're accessing your server and what kind it is. On a Unix server, each file and folder has permissions for 'read', 'write' and 'execute'. You can set them with number codes. You basically want the owner (you) to do all three, and anyone else to read and execute. If you're using an FTP client like Fetch or Transmit, there's usually a way to get Info about a file or folder. In the info window you'll be able to see the permissions. They should be set to '755' for most items. There are other ways to do it, but that's probably the most straightforward.

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    All good advice but, let's not overlook the possibility of a really simple answer. These may or may not be the problem you are having:

    • Most servers won't show a folder to the browser. It needs to have files in it. And, unless they are index or certain other files, they must be navigated to specifically.
    • Some accounts don't allow sub-folders.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    May 2005
    Posts
    141
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    this may be totally off topic, but if you are asking about linking to a subfolder, you may be needing to add a ../ or two to go up a folder(s) before going into the subfolder.

    for example if you have 2 folder, one with you webpage in it and one with a picture in it, to link to the picture you would have to put <img src="../subfolder/image.gif">

    just an idea

Bookmarks

Posting Permissions

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