I am sure i created a php file into a folder named web in htdocs folder. But while directory browsing it shows only html, css files inside that folder. But the php files are not shown. Help me
+2
A:
If you mean the directory listing created by mod_autoindex it could be an IndexIgnore directive that excludes .php files from the listing. But the xampp default configuration does not include such a directive.
VolkerK
2009-08-30 16:31:57