Index of/

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
agriz
Forum Contributor
Posts: 106
Joined: Sun Nov 23, 2008 9:29 pm

Index of/

Post by agriz »

In some sites, we can access the folder. Index of/images/

something like this.
In such sites if they have php files in a folder, is it possible to download?
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Index of/

Post by Darhazer »

If server is configured to execute PHP, you cannot download it, although you see it in the directory index.
Post Reply