Hello All,
Okay, I’ve done my very best to get as much support before coming here. So what I learned is that when PHP5, path_info is natively disabled, which is what EE uses. So if you want to use PHP you have to enforce query strings /index.php?/—- YUCK!!
I know has to be others are facing soon….
So anyway, I did some digging and I was able to update my php.ini with the following argument:
cgi.fix_pathinfo = 1Well, this works 95% of the time. Actually let me explain… if you visit:
http://www.domain.com/folder/—WORKS
http://www.domain.com/folder/content/—WORKS
http://www.domain.com/—DOES NOT WORK
Now this is just odd, so when you hit http://www.domain.com you get the error message: “No Input Specified”—so is there a way to trick PHP in recognizing this??
Thanks
bjs
Mod Edit: Moved to the How To forum.