Mike Shanley wrote:
> Hi,
> 
> I'm trying to make friends with search-engines, but I'm having a problem.
> 
> When I use my links (right now, I've only got the forums on my site up),
> they take me to the right place, however, the browser only displays part
> of the url...

like in the addressbar? using IE by any chance? .. I don't see this in firefox.

> 
> for instance:
> http://www.omniversalism.com/index.php/forums/fcat/view/1
> will take you to a page titled "O.com Connections"
> 
> but the link shows:
> http://www.omniversalism.com/index.php/forums
> which would take you to the main forums page...
> 
> So what's going on???

dunno, long night? short addressbar?
if in doubt view the source luke.

> 
> The only code that deal with this is:
> $CALL = array_values(array_unique(explode('/',$PHP_SELF)));
> unset($CALL[0],$CALL[(array_search('index.php',$CALL))]);
> $CALL = array_values($CALL);
> 
> and all that does is hand me the info to call my pages...
> 
> Thanks
> 

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

Reply via email to