php page as homepage

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ace2600
Forum Commoner
Posts: 30
Joined: Fri Jun 21, 2002 12:12 am

php page as homepage

Post by ace2600 »

This may be a very stupid question, but I still don't know the answer. How do I use a php page as my homepage (instead of default.html it will be default.php).
Thanks,
Ace
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

it's a setting on your web server, for instance on apache, look into your httpd.conf, you can also use .htaccess for this.
Post Reply