Re: [PHP] Architecture problem? Google want index files exept the main page.

2002-06-21 Thread olinux
Are you using a 404 error to generate those deeper pages? If so you will want to send an OK header: header('HTTP/1.1 200 OK'); olinux --- Andy [EMAIL PROTECTED] wrote: Hi guys, I did recently launch my first web site and I am asking myself why google is only indexing the first page.

Re: [PHP] Architecture problem? Google want index files exept the main page.

2002-06-21 Thread Andy
Hi, I am not using a 404 in this case. What I do is to name a file like a directory name and then parse this file with php. The parameters look like the filename. e.g. server.com/file/parameter.html In an other case I do use a 401 error. What is changing if I send this ok header? And when

Re: [PHP] Architecture problem? Google want index files exept the main page.

2002-06-21 Thread olinux
Not sure what you are doing, but google is not going to index pages that require authentication. You should send the 200 header before any script output - i'm not sure what this will do to your authentication scheme... I do the same with the false directory structure - in my case i have a script

[PHP] Architecture problem? Google want index files exept the main page.

2002-06-20 Thread Andy
Hi guys, I did recently launch my first web site and I am asking myself why google is only indexing the first page. To get a better index on other search engines I am passing parameters a bit strange and the dynamic pages look more like static ones. So I hope this was not a shoot in a hole :-(

Fw: [PHP] Architecture problem? Google want index files exept the main page.

2002-06-20 Thread Kevin Stone
on the same page. Link the to the profiles page from the home page. -Kevin - Original Message - From: Andy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 2:41 PM Subject: [PHP] Architecture problem? Google want index files exept the main page. Hi guys, I did