Forums / Install & configuration / [3.3-1] can not access other page then index (php as CGI, patch *APPLIED*)
Yaroslav Markin
Thursday 01 January 2004 5:52:29 am
I've done with php-cgi patch on ezsys.php, but i still can't see anything except the frontpage:
Root folder Default object view. Node ID: 2, Object ID: 1 It seems like system can't see the URL part entered right after 'index.php':http://host/index.php/_mypath_
It seems to me, _mypath_ is always ignored and == ''.
What is the problem and is there any solution? What can i do?
Marco Zinn
Thursday 01 January 2004 11:03:03 am
Hm... I didn't try that setup yet (I can use Virtual hosts). I suggest, that you turn on Debug Output, maybe this will help you. Look in site.ini (or debug.ini) for something like this: [DebugSettings]DebugOutput=disabled
and change it to "enabled".Maybe this will give you some more info, what happens with the stuff after index.php/
I hope, some others will help you better with this configuration.
Marco http://www.hyperroad-design.com
Tim Dickinson
Thursday 01 January 2004 2:16:02 pm
Hey,
Not saying that you've done anything wrong here - but after installing the patch - my URLs look like http://host/index.php?/_mypath_
That is what the fix does basically, although it is obviously far more complicated than that.
Tim
http://www.AdBalance.com - Ad network news and reviews http://www.DevPublisher.com - Website publisher guides, tools and news http://www.AudioMelody.com - Make better music
Friday 02 January 2004 5:29:25 am
Thanks a lot Tim, now it works!
Is there any way to rewrite that "index.php?/uri" to "index.php/uri" properly? Any RewriteRule or smth.?