Results 1 to 3 of 3

Thread: 404

  1. #1
    Join Date
    Aug 2007
    Posts
    4

    Default 404

    It must be me, because I see no one else mentioning this problem. Still. I uploaded all files directly into my public_html folder. Chmoded per instructions. All went well (I thought) until I attempted to login the admin panel. I get a 404 error because the script is calling up the subdirectory "vshare". (http://xxxxx.xxx/vshare/admin/index.php). Should the script not be linking to http://xxxxx.xxx/admin/index.php?

    I noticed too when accesssing the index page that no jpgs are present. Viewing the source reveals the code again pointing to the "vshare" subdirectory.

    Should I have uploaded the unzipped folder intact to the public_html directory? Should I start over, uploading the one folder with all files within? How do I best resolve this?

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default

    what is your $config['baseurl'] and $config['basedir'] set to in includes/config.php

    check that it is pointing to the right place.

  3. #3
    Join Date
    Aug 2007
    Posts
    4

    Default That was it.

    Thanx. That was the problem. Thank You.

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
  •