Pointing index.php to a different page

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
fierceinpink
Forum Newbie
Posts: 2
Joined: Thu Feb 11, 2010 9:45 pm

Pointing index.php to a different page

Post by fierceinpink »

Hello,
I am having trouble finding the php code to point my index page to a different page like my wordpress blog so that when you go to http://www.mysite.com the blog page will come up I had the code before but I can't seem to find it. Can anyone help?
fierceinpink
Forum Newbie
Posts: 2
Joined: Thu Feb 11, 2010 9:45 pm

Re: Pointing index.php to a different page

Post by fierceinpink »

I found the code. In case anyone else is looking for it. It's <?PHP include("");?>
Post Reply