HellOoOo...i have a problem in php!!!?

YasmeenTartir

New member
Hello...im learning .php and i ve downloaded xampp server and activated it ..
my question:
if i save a file with a name index.php the index file(the default file) will open..put any other file will be not found404
but when there is no file named index the files will be found and it will open!!!!!
example:when there is folder named xyz and file named index.php...another file named wxd.php...and i want to open wxd.php file
e.x:http://localhost/xyz/wxd ....file not found404

and when there is folder named xyz and there is no index file ...and there is file named wxd.php...and i want to open wxd.php file
http://localhost/xyz/wxd...file found !!!!
 
Back
Top