Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- PHP5.3, htaccess, and removing index.php


Marked - 12:09 am on Dec 17, 2012 (gmt 0)


I found the solution in PHP. The PHP framework I use (called Hydrogen) relies on $_SERVER["PATH_INFO"] to load various controllers. Using FURL's, on every page $_SERVER["PATH_INFO"] always equaled nothing. It needed to be set to the same thing it equaled when a url was loaded that included /index.php/, which on my host is simply:

$_SERVER["PATH_INFO"]=$_SERVER['REQUEST_URI'];

This one line solved the issue for me. Phew.


Thread source:: http://www.webmasterworld.com/apache/4528625.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com