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.
> 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 :-(
> 
> I am getting the parameters from the url and decode
> them after a certain
> key. The file looks to the visitor like
> it is a directory while I am forcing apache to parse
> it with php.
> 
> So this is the first day google is indexing it, but
> as I said I tryed to
> search the site with google site search and it
> does only find the first page.
> 
> A site like:
>
http://www.globosapiens.net/profiles/A0000002021.html
> 
> is not indexed at all!!
> 
> Did I go the wrong path, or what else is going on?
> Thank you for any help,
> 
> Andy
> 
> --
> ----------------------------------------------------
> http://www.globosapiens.net
> Global Travellers Network!
> 
> 
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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

Reply via email to