Hi@barcelo,
Yes, just adding wp-content should work all path relative to ABSPATH
(root folder of wordpress install) should work as general.
Do your server is windows?
Hi @hjogiupdraftplus ,
thank you – nope, no Windows server – Linux server.
I will re-check that again with some testing on differnent Linux servers and might get back to you.
I think there should be some more/ better examples in the GUI’s help.
At the moment it gives the examples:
cache/config/master.php
somedirectory
Which doesn’t give us too much to go on.
I’m on a Linux/ Apache server and In the file change detected emails, it gives complete filesystem paths e.g:
/home/username/domain.com/wp-content/aiowps_backups/index.php
But if you add:
/home/username/domain.com/wp-content/aiowps_backups
it doesn’t ignore that directory.
I think I’ve finally got this working by using paths in this format:
wp-content/aiowps_backups
(without a slash at the start or end)
HTH
-
This reply was modified 3 years, 4 months ago by
chillstarr. Reason: Missed word
Hi @chillstarr
Thanks for your input, I will create internally a ticket for this.
Regards