Thread
:
Is it this easy to create a static category page?
View Single Post
#
1
03-23-2004, 04:10 PM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
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?
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon