RE: [PHP] MORE Design Problem

2002-05-30 Thread jakob


http://httpd.apache.org/docs/mod/mod_rewrite.html

hth,
Jakob.

> http://www.phpbuilder.com/columns/tim2526.php3
>
>
> - James
> --
> W: www.londontown.com
> @: [EMAIL PROTECTED]
> --
>
> -Original Message-
> From: Dani [mailto:[EMAIL PROTECTED]]
> Sent: 30 May 2002 16:12
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP] MORE Design Problem
> Importance: High
>
>
> Thank you...everyone!
> I really appriciated it.
>
> Where can I learn about all of this?
>
> Is there a tutorial website about this?
>
> thanks again.
> Dani
>
>
> [EMAIL PROTECTED] wrote:
>
>> > James Holden wrote:
>> >
>> >> Does it matter?
>> >>
>> >> The search engine doesnt know your producing dynamic content, its
>> >> just requesting a page to scan, regardless of the way your
>> >> producing it.
>>
>> search engine spiders will usually disregard the search string of a
>> URL, i.e. everything after and including the "?" character.
>> to overcome this, you should use url rewrite mechanisms which can turn
>>
>> http://www.example.com/page.php?key1=val1&key2=val2
>>
>> to
>>
>> http://www.example.com/page/val1/val2
>>
>> hth,
>> Jakob.
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] MORE Design Problem

2002-05-30 Thread James Holden

http://www.phpbuilder.com/columns/tim2526.php3


- James
--
W: www.londontown.com
@: [EMAIL PROTECTED]
--

-Original Message-
From: Dani [mailto:[EMAIL PROTECTED]]
Sent: 30 May 2002 16:12
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] MORE Design Problem
Importance: High


Thank you...everyone!
I really appriciated it.

Where can I learn about all of this?

Is there a tutorial website about this?

thanks again.
Dani


[EMAIL PROTECTED] wrote:

> > James Holden wrote:
> >
> >> Does it matter?
> >>
> >> The search engine doesnt know your producing dynamic content, its just
> >> requesting a page to scan, regardless of the way your producing it.
>
> search engine spiders will usually disregard the search string of a URL,
> i.e. everything after and including the "?" character.
> to overcome this, you should use url rewrite mechanisms which can turn
>
> http://www.example.com/page.php?key1=val1&key2=val2
>
> to
>
> http://www.example.com/page/val1/val2
>
> hth,
> Jakob.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MORE Design Problem

2002-05-30 Thread Dani

Thank you...everyone!
I really appriciated it.

Where can I learn about all of this?

Is there a tutorial website about this?

thanks again.
Dani


[EMAIL PROTECTED] wrote:

> > James Holden wrote:
> >
> >> Does it matter?
> >>
> >> The search engine doesnt know your producing dynamic content, its just
> >> requesting a page to scan, regardless of the way your producing it.
>
> search engine spiders will usually disregard the search string of a URL,
> i.e. everything after and including the "?" character.
> to overcome this, you should use url rewrite mechanisms which can turn
>
> http://www.example.com/page.php?key1=val1&key2=val2
>
> to
>
> http://www.example.com/page/val1/val2
>
> hth,
> Jakob.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php