Jose C. Posted February 23, 2006 Share Posted February 23, 2006 Hi there. I have a problem with Apache. Whenever I insert a php file's relative path in a website's link:for example: <a href="new.php">New</a>the server tries to download the php file instead of running it through the server. It seems Apache doesn't automatically interpret .php files when using relative paths. To make it work, I have to insert the absolute path, something like:<a href="http://localhost/webroot/new.php">New</a>It works, but that's just a temporary solution. I'm wondering if I accidentally modified something in the Apache configuration file, or if there's something I'm supposed to modify but haven't. Any of you know how can I solve this problem?Thanks a lot in advance. Link to comment https://forums.phpfreaks.com/topic/3546-problems-with-the-relative-path/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.