Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

static vs. dynamic with php

Quote Reply
static vs. dynamic with php
Hi there,

would it really be impossible / that hard to provide a way how one could build 'static' pages while being able to make use of the features of the php frontend? Angelic

As I read from some other posts there are quite a few people doing the same as me at the moment: On a mostly php driven site they use Links to build static pages with .php extension so that one can use includes and other php functionalities on their links pages. The drawback with that is that the dynamic pages (add, rate etc.) are all cgi and the php code can't be used with that. So you have a lot to do working around this.

I do so for over a year now and I have a lot of my links pages listed as no. 1 rankings in many search engines. Cool
Using the current 'dynamic' approach with the php frontend (i.e. /cgi-bin/page.php) would really be of no good regarding not only the search engine rankings but also many users' bookmarks.

When the php frontend was announced I really hoped that it would work like the cgi version does:
  • allow for building 'static' pages with .php extensions and address tags and globals in a php way - and thereby preserving my well established directory structure
  • having 'add.php', 'rate.php' and so on scripts as pendants for 'add.cgi', 'rate.cgi' etc.

As it seems for now I am stuck with the cgi way of having a LinksSQL site...

So what do you think about that?
Is there really no other way to make the php frontend work than the page.php approach? Shocked


Andreas
-------------------------------------------------
http://www.archaeologie-online.de
Subject Author Views Date
Thread static vs. dynamic with php Digger 7817 Dec 29, 2001, 10:20 AM
Thread Re: [Digger] static vs. dynamic with php
Alex 7691 Dec 29, 2001, 2:21 PM
Thread Re: [Alex] static vs. dynamic with php
Dan Kaplan 7645 Dec 30, 2001, 2:50 PM
Thread Re: [Dan Kaplan] static vs. dynamic with php
Alex 7645 Dec 30, 2001, 3:00 PM
Thread Re: [Alex] static vs. dynamic with php
Dan Kaplan 7626 Dec 30, 2001, 4:43 PM
Thread Re: [Dan Kaplan] static vs. dynamic with php
Alex 7637 Dec 30, 2001, 4:51 PM
Thread Re: [Alex] static vs. dynamic with php
Dan Kaplan 7625 Dec 30, 2001, 6:20 PM
Thread Re: [Dan Kaplan] static vs. dynamic with php
Alex 7620 Dec 30, 2001, 6:35 PM
Thread Re: [Alex] static vs. dynamic with php
Dan Kaplan 7613 Dec 30, 2001, 6:45 PM
Post Re: [Dan Kaplan] static vs. dynamic with php
Michael_Bray 7613 Dec 30, 2001, 8:45 PM