Gossamer Forum
Home : Products : Gossamer Links : Discussions :

static/dynamic - 2nd template set help required

Quote Reply
static/dynamic - 2nd template set help required
I run my site dynamically but display pages as static (/index.php instead of /page.cgi?p=whatever) by adding some lines to the .htaccess file.

Example:
Code:
RewriteRule ^(.*).php /cgi-bin/links/page.cgi?g=$1.php [L]

I now want to add a second template set but I can't get it to display using the dynamic URLs - /cgi-bin/links/page.cgi?t=luna2

It returns:
Quote:
Illegal modulus zero at
/home/mysite/public_html/cgi-bin/links/admin/Links/Utils.pm
line 547.

Do I need to add another rewrite rule to the .htaccess?

Thanks
Subject Author Views Date
Thread static/dynamic - 2nd template set help required MJB 4816 Jun 21, 2012, 3:03 PM
Thread Re: [MJB] static/dynamic - 2nd template set help required
Andy 4712 Jun 26, 2012, 3:48 AM
Thread Re: [Andy] static/dynamic - 2nd template set help required
MJB 4680 Jun 28, 2012, 4:13 PM
Thread Re: [MJB] static/dynamic - 2nd template set help required
Andy 4663 Jun 29, 2012, 12:51 AM
Thread Re: [Andy] static/dynamic - 2nd template set help required
MJB 4612 Jun 30, 2012, 3:42 PM
Post Re: [MJB] static/dynamic - 2nd template set help required
Andy 4557 Jul 1, 2012, 12:57 AM