PDA

View Full Version : How do I make multiple index.php pages for sub folders?


TrickyD
09-16-2004, 12:17 AM
I'm not positive exactly how to word this so please bear with me.

I currently have vB CMPS installed at http://dynamic6.gamespy.com/~pigskingamers/ but I would also like to have vB CMPS index.php pages at ./~pigskingamers/ncaa/ and /~pigskingamers/madden/.

Is this possible? And what steps would I have to take to make it so?

EDIT: And just for clarification, I want to pull news from seperate sub forums for each of those subdirectories.

Thanks

Brian
09-16-2004, 01:49 AM
Copy the file, then at the top of your new files add:

define('VBA_PAGE', 'page_name_here');

Then create a new page with an identifier of whatever you used above.

Our Sponsors
 

TrickyD
09-16-2004, 09:10 PM
Thanks for the help Brian, works perfectly now