Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Jim Lucas
- Original Message - From: Mike Migurski [EMAIL PROTECTED] To: Veniamin Goldin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:23 PM Subject: Re[2]: [PHP] dynamic - static As I wrote already this issue is mainly because of search engines incompatibility

Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Eugene Lee
On Thu, Oct 09, 2003 at 10:09:19AM -0700, Jim Lucas wrote: : : I have the following configuration. : : Redhat 8.0 : Apache/2.0.40 (stock redhat install) : PHP 4.2.2 (stock redhat install) : : What I get when I try and run this is an Object Not Found. : : Same as the ERROR 404 page not

Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Jim Lucas
- From: Eugene Lee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:32 AM Subject: Re: Re[2]: [PHP] dynamic - static On Thu, Oct 09, 2003 at 10:09:19AM -0700, Jim Lucas wrote: : : I have the following configuration. : : Redhat 8.0 : Apache/2.0.40 (stock redhat install

Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Mike Migurski
: I have the following configuration. : : Redhat 8.0 : Apache/2.0.40 (stock redhat install) : PHP 4.2.2 (stock redhat install) : : What I get when I try and run this is an Object Not Found. If I was Apache, I would try to serve the file: /index.php/var1/val1/var2/val2/index.php or

Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Jim Lucas
. Jim Lucas - Original Message - From: Mike Migurski [EMAIL PROTECTED] To: Eugene Lee [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:33 AM Subject: Re: Re[2]: [PHP] dynamic - static : I have the following configuration. : : Redhat 8.0 : Apache/2.0.40

Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Mike Migurski
Did a little more googling and found the answer. In Apache 2.0, by default is does not allow this type of URL. But I found a few article on it that explained that if I modified this in httpd.conf modify, or add, this line. AcceptPathInfo On Don't know what it does, but it fixes the problem.

Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Cristian Lavaque
Veniamin Goldin wrote: Hello Mike, Thank you for your help, As I wrote already this issue is mainly because of search engines incompatibility with dynamic content sites (to be more exact - with urls containing get parameters, in my case ex. index.shtml?lang=enmenu_id=23) Which of your

Re: Re[2]: [PHP] dynamic - static

2003-10-09 Thread Jim Lucas
Thanks for the info. Jim Lucas - Original Message - From: Mike Migurski [EMAIL PROTECTED] To: Eugene Lee [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:33 AM Subject: Re: Re[2]: [PHP] dynamic - static : I have the following configuration. : : Redhat 8.0

Re[2]: [PHP] dynamic - static

2003-10-08 Thread Veniamin Goldin
Hello Mike, Thank you for your help, As I wrote already this issue is mainly because of search engines incompatibility with dynamic content sites (to be more exact - with urls containing get parameters, in my case ex. index.shtml?lang=enmenu_id=23) Which of your described solution would you

Re[2]: [PHP] dynamic - static

2003-10-08 Thread Mike Migurski
As I wrote already this issue is mainly because of search engines incompatibility with dynamic content sites (to be more exact - with urls containing get parameters, in my case ex. index.shtml?lang=enmenu_id=23) Which of your described solution would you suggest for my situation ? Turck MMCache