View Single Post
  #1  
Old 03-23-2004, 04:10 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Is it this easy to create a static category page?

1) Use an .htaccess file to parse .html as php.

2) Create a category1.html

3) In category1.html put:

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

Could it be that easy? Any forseen problems with the affiliate module or the like?
Reply With Quote