Jump to content

symlink help


phporcaffeine

Recommended Posts

I can't get the syntax for symlink right, could someone take a look?

 

<symlink link="${dir.top}/rthdevelopment/php.ini" resource="${dir.top}/rthdevelopment/installation/php.ini"/>

 

Basically, I am trying to create a symlink to php.ini on the root of my third party host account.  This way I can have php.ini in every folder but really only have one php.ini to maintain.

Link to comment
https://forums.phpfreaks.com/topic/38459-symlink-help/
Share on other sites

This way I can have php.ini in every folder but really only have one php.ini to maintain.

 

Whats the point then?

 

<symlink link="${dir.top}/rthdevelopment/php.ini" resource="${dir.top}/rthdevelopment/installation/php.ini"/>

 

What is that? I'm sorry, but I don't even understand what language your trying to do this in.

 

In bash (Linux command line) you create a symlink using....

 

ln -s source destination

Link to comment
https://forums.phpfreaks.com/topic/38459-symlink-help/#findComment-185042
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.