PDA

View Full Version : Grabbing files resources


Vespa
2004-08-10, 06:01 AM
Newbye here, so sorry for stupid question.

I have one IP address for my server and I've created two account for two different users.

In each account folder run a game that stores some scores into flat text files.

I need to grab those files from a remote server. When I try to access to each file using this URL http://IP_address/account/resource_files I got this error message:
Object not found!The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.Error 404

What am I doing wrong?
Do I need to set some URL or VirtualDomain config in Apache?

Thx for reply

awsolutions
2004-08-10, 10:31 AM
Definitly going to need to know more about your setup.

Cpanel, plesk, none? Apache 1.3x or 2? (Sounds like 2)

etc.

canislupusyo
2004-08-10, 10:59 AM
try http://IP_address/~account/resource_files

Vespa
2004-08-10, 12:07 PM
No control panel here. Apache 2.0 web server. Thx for reply