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. Quote Link to comment 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 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.