PDA


View Full Version : Adding .php files


Pooh
07-26-2005, 05:08 PM
Hi

I've been running vbadvanced for a few months now. upgrade about 1 month ago.

I've using links like mysites.com?page=whatever as my portal pages.
Well these aren't google indexed other than the title itself.

I was wondering if you can use portal pages that uses mysite.com/whatever.php while still using the portal look if that makes sense. I wouldn't want modules included if that makes a difference.

if this is possible, will it be indexed better with google?

probrably a dumb question, but i couldn't find an easy answer via search.

thanks

Pooh
07-31-2005, 02:16 PM
bump

Brian
07-31-2005, 03:31 PM
You can make copies of the cmps_index.php file and add this code at the top to make it pull a specific page:
define('VBA_PAGE', 'YOUR_PAGE_NAME');

No clue if that will help with google though.