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

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=en&menu_id=23) > > Which

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 th

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

2003-10-09 Thread Jim Lucas
oblem. 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 ha

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.

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. > : >

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 found

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

2003-10-09 Thread Jim Lucas
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 wro

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=en&menu_id=23) > >Which of your described solution would you suggest for my situation ? > >Turck M

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=en&menu_id=23) Which of your described solution would you sug

Re: [PHP] dynamic -> static

2003-10-08 Thread Mike Migurski
>Dear All, > >Does anybody have any solutions, which makes possible to produce static >pages of all dynamic cms once a day and can be easily integrated into >already made site? Why do you need to do this? Is it because of hosting restrictions, performance concerns, or portability/mirroring (which

Re: [PHP] dynamic -> static

2003-10-08 Thread Ben Edwards
On Wed, 2003-10-08 at 08:56, Veniamin Goldin wrote: > Dear All, > > Does anybody have any solutions, which makes possible to produce static pages of all > dynamic cms once a day and can be easily integrated into already made site? > > > Thank you. I have been thinking of doing such thing for

Re: [PHP] dynamic -> static

2003-10-08 Thread Didier McGillis
Message - From: "Ryan Thompson" <[EMAIL PROTECTED]> To: "Veniamin Goldin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:46 AM Subject: Re: [PHP] dynamic -> static Do you mean something like taking a snapshot of the CMS every 24 h

Re: [PHP] dynamic -> static

2003-10-08 Thread Veniamin Goldin
"Veniamin Goldin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:46 AM Subject: Re: [PHP] dynamic -> static Do you mean something like taking a snapshot of the CMS every 24 hours or so?? If I understand you right you might want to look at a differ

Re: [PHP] dynamic -> static

2003-10-07 Thread Ryan Thompson
Do you mean something like taking a snapshot of the CMS every 24 hours or so?? If I understand you right you might want to look at a different language like perl or shell scripting. I would think they'd be more useful for that sort of thing. On Wednesday 08 October 2003 03:56, Veniamin Goldin w

[PHP] dynamic -> static

2003-10-07 Thread Veniamin Goldin
Dear All, Does anybody have any solutions, which makes possible to produce static pages of all dynamic cms once a day and can be easily integrated into already made site? Thank you.