Posted by Chris Shiflett on 06/02/05 07:26
Ryan A wrote:
> I noticed a site that is using php, but he is has shortened
> the url so that the filename was not shown..
> eg:
> somesite.com/?a=1
>
> How did they do that?
It's called a directory index. Examples include index.html and
index.php. You configure this with the DirectoryIndex directive in
httpd.conf.
Hope that helps.
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
[Back to original message]
|