How about some help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
slatter
Forum Newbie
Posts: 1
Joined: Sun Nov 03, 2002 9:29 pm

How about some help

Post by slatter »

Trying to get file linked to a post on a forum. Why do I get error.

:x

Forbidden
You don't have permission to access /d:/telephonesystems/manuals/partner/acs on this server.


--------------------------------------------------------------------------------

Apache/1.3.27 Server at localhost Port 80
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

The error says it all. Check the file permissions.

If you don't know what I'm talking about, type in ls -l -h to see what the permissions are. I'm assuming you're on a *nix box. Also do a google search on chmod, still assuming youi're on a unix box. You can also type in man chmod.

Cheers,
BDKR
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please don't cross-post, posting the same question more than once just causes confusion when you have people replying in different threads probably with the same help.

Mac
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

/d:/telephonesystems/manuals/partner/acs
strange path. Starting with a unix-style / followed by a dos/win drive 8O
Post Reply