spaze Posted March 19, 2009 Share Posted March 19, 2009 I have a bootstrap file called index.php for a Zend Framework project. How can I get in that script the URL of the index.php? For example, if I run my Zend Framework app at http://www.mydomain.com/myapp it will call the index.php bootsrtap in it. If I enter http://www.mydomain.com/myapp/user/login, I would like to figure out how to get the "http://www.mydomain.com/myapp" returned as this essentially is the location of the bootsrap file called despite what the requested URI is. Anyone have an idea? Link to comment https://forums.phpfreaks.com/topic/150114-getting-the-uri-of-running-bootstrap-file-not-the-given-uri/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.