i have a folder inside www root named sample
the pages inside it are
1.admin.php
2.index.php
3.all php files
what does wamp server displays as default
generally index.php is for all pages
but for me admin.php is displayed for me
kindly explain me
what will wamp sever display???
Moderator: General Moderators
-
kpreethiit05
- Forum Newbie
- Posts: 1
- Joined: Tue Dec 30, 2008 7:35 am
Re: what will wamp sever display???
It'll display whatever it's configured to display. It's very likely that will be index.php, and index.php is forwarding you to admin.php. But only you can tell that by reading the apache.conf file and the code in index.php. We don't have anywhere near enough information to know what's going on precisely.