Re: Dynamic pages vs search engines
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Dynamic pages vs search engines

From: Andy Jeffries <news@andyjeffries.co.uk>
Date: Tue Apr 04 2006 - 17:13:10 CEST

On Tue, 04 Apr 2006 06:54:44 -0600, Sandy Pittendrigh wrote:
> pagePainter.php?page_key=/pages/manual/chapter1/engine_repair/carburetors
>
> PUNCHLINE_B:
> Will the search engines spider and index links that look like that? Or
> will I have to make a system that spits out the entire page as static
> html, each time a registered user adds a new page question or comment?

You could take the best of both worlds and use something like:

pagePainter.php/pages/manual/chapter1/engine_repair/carburetors

The page_key data would be available in pagePainter.php as
$_SERVER["PATH_INFO"] providing you're running PHP as an apache module.

Cheers,

Andy

-- 
Andy Jeffries MBCS CITP ZCE   | gPHPEdit Lead Developer
http://www.gphpedit.org       | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
Received on Mon May 1 02:48:06 2006