View Single Post
  #2  
Old 03-23-2004, 04:29 PM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

You could do it as .php file the .html is of no relevance to google, its the ? after them that it may count against you.

So you could skip it and do

<?
$cat = "1";
include "./home.php";
?>

Inside a file called category1.php would have exactly the same effect without having to force your server to parse all .html files as PHP.
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote