I've never used the HTML catalog, so perhaps somebody who has could elaborate on the strengths and weaknesses of each approach and how they would or wouldn't co-exist.
You'd only have create the .htaccess file once, and repeat the other two steps for each category.
Or you could create a category_name.php and just put in:
<?
$cat = "1";
include "./home.php";
?>
And repeat that for each category.
|