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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.