phporcaffeine Posted February 14, 2007 Share Posted February 14, 2007 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 More sharing options...
trq Posted February 15, 2007 Share Posted February 15, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.