Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Problem about display pages as static and dynamically

Quote Reply
Problem about display pages as static and dynamically
Hello everybody.
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 !
G9!

Last edited by:

applenew: Jul 2, 2015, 2:43 AM
Subject Author Views Date
Thread Problem about display pages as static and dynamically applenew 2802 Jul 2, 2015, 2:41 AM
Post Re: [applenew] Problem about display pages as static and dynamically
Andy 2722 Jul 2, 2015, 2:52 AM