2007. 04. 5, csütörtök keltezéssel 19.01-kor Mike Shanley ezt írta:
> 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...
>
> 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???
I don't know, everything works OK for me on Linux/Firefox
greets
Zoltán Németh
>
> 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
>
> --
> Mike Shanley
>
> ~you are almost there~
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php