Jump to content

Problems with the relative path.


Jose C.

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.