Hey All,
Where in my PHP.ini file do I set index pages
e.g. so when I go to http://www.site.com/folder I get the index.php file not a list of the directory
Thanks
Al
Hi,
you don't set this in php.ini but in httpd.conf or e.g. in the site configuration dialog in IIS.
Which webserver do you use ?
Thomas
P.S.: this doesn't really have something to do with databases ... post to the Install forum next time 🙂
Im using Apache server. That worked nicely !
Thanks Thomas