Forums / Install & configuration / ezurl gives index_php instead of index.php/admin
crezzz crezzz
Monday 11 August 2003 9:48:40 am
Hello,
I had a working site till I had this problem : many "404 not found" due to a bad path... I look closer and I saw that all the interpretation of ezurl was wrong... it gave before "index.php/admin" and now "index_php"... I don't know where to look/configurate in order to solve this problem... Any help is welcome!
Thank you in advance!
Wednesday 13 August 2003 8:23:35 am
I found that my provider have changed his php version : now it's 4.3.2... does it make trouble then with ez publish? I am really disappointed... any help is welcome...
Thursday 14 August 2003 7:29:22 am
Responding to myself...I saw, making a deep debugging, that the function $_SERVER['PHP_SELF'] is not reacting correctly. It gives "/admin" instead of "/index.php/admin", so I ask to my provider to fix the problem (PHP version 4.3.2).