View previous topic :: View next topic |
Author |
Message |
lestat -
Joined: 15 Sep 2003 Posts: 130 Location: GREEN BAY
|
Posted: Fri Oct 10, 2003 8:52 pm Post subject: How to notify users of directory change? |
|
|
Can I use a script or something to let particular users know if a directory has been changed?
Thanks
(BTW Love this free server!) |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Oct 12, 2003 4:50 pm Post subject: Re: How to notify users of directory change? |
|
|
lestat wrote: | Can I use a script or something to let particular users know if a directory has been changed?
Thanks
(BTW Love this free server!) |
If contents of /music are moved in /mydata/rock , you can leave the /music directory and put there a simple index.html which contents are:
Code: | <HTML>
<HEAD>
<META HTTP-EQUIV=Refresh CONTENT="10; URL=/mydata/rock">
</HEAD>
<BODY>
Click <A HREF="/mydata/rock">here</A> if you're not redirected automatically in 2 seconds.
</BODY>
</HTML> |
_________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
lestat -
Joined: 15 Sep 2003 Posts: 130 Location: GREEN BAY
|
Posted: Mon Oct 13, 2003 2:43 pm Post subject: I dont understand |
|
|
I am quite new to this. I see the code you listed for me indicates a redirection.
I guess I'm looking for a script or mail service that would send an email to 1 of 6 people. Like this.
If /person1 directory is changed or updated, then email person1 with a message stating "hey person1 your directory has been changed or updated".
If /person2 directory is changed or....
Is there anything like that out there?
Thanks for the reply! |
|
Back to top |
|
 |
|