A Blog on your website can be a very useful tool, there are however some steps involved in order to
Insert these lines into the HTACESS file.
RewriteRule ^tags/([^/]+)/ /cgi-bin/cart/blog.cgi?category=$1 [NC]
RewriteRule ^blog/([^/]+)/ /cgi-bin/cart/blog.cgi?display=$1 [NC]
RewriteRule ^authors/([^/]+)/ /cgi-bin/cart/blog.cgi?authorname=$1 [NC]
RewriteRule ^blog/ /cgi-bin/cart/blog.cgi [NC]
Directory Article Root: blog
Tag Article Root: tags
Blog Roo: blog
Below is the blog templates.
Added: 2025-4-04 and last modified: 2025-4-04