is it possible?

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
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

is it possible?

Post by rajan »

is it possible to see the files in webbrowser whether there is an index file on that directory without changing the server configuration? and if possible then how can?
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Yes, it is possible.. try it.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: is it possible?

Post by Chris Corbyn »

rajan wrote:is it possible to see the files in webbrowser whether there is an index file on that directory without changing the server configuration? and if possible then how can?
.htaccess if you're on apache.

Use a PHP Script as an alternative. Perhaps naming your thread titles to something less vague would be a good idea? :roll:
Post Reply