Author |
Message |
Topic: Can i do an alias inside a directory? |
WebCarle
Replies: 3
Views: 6692
|
|
I've just solved my problem:
In config file, if you have somes alias like this:
/dir1/dir2
/dir1/dir2/dir3
(and in reality dir2 is not in dir 1 adns dir3 is not in dir2 but are in anothers folde ... |
Topic: Can i do an alias inside a directory? |
WebCarle
Replies: 3
Views: 6692
|
|
I need to have an alias like this:
/mydir/bin
Mydir is a folder at the root of the virtualpath (www.mydomain.com/mydir)
and i want use www.maydomain.com/mydir/bin where bin is in other place in the ... |
Topic: Finding the path of the perl script |
WebCarle
Replies: 1
Views: 13328
|
|
With this kind of script:
$path=$0;
$script_name=$_Path is $0 and script_name is $script_name";
In normal case (example with IIS on Win32 machine)
I get the complete path o ... |
|