02-19-2017, 06:18 PM
Ok, so I came across something I've never noticed before. You can do mydomain.com/downloads but not mydomain.com/users/downloads (without writing an additional function. I'll have to work on that.
In the mean time, if you want mydomain.com/downloads to be monitored, just change line 2 of your z_us_root to
I'll work on a fix
In the mean time, if you want mydomain.com/downloads to be monitored, just change line 2 of your z_us_root to
Code:
$path=['downloads/','','users/','usersc/'];
I'll work on a fix