-
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?
-
what is your $config['baseurl'] and $config['basedir'] set to in includes/config.php
check that it is pointing to the right place.
-
That was it.
Thanx. That was the problem. Thank You.