Hi @moeraem,
Can you check Wordfence -> Tools -> Diagnostics -> Filesystem, to see if the web server can read/write to the various directories?
You can edit the .htaccess manually and add the following line:
auto_prepend_file = '/path/to/wordfence-waf.php'
Remember to change /path/to/ to the absolute path of your document root. (For example, /var/www/wordfence-waf.php)
Dave
Hi Dave
Yes everything is ok for read/write
I have tried to add this to .htaccess
auto_prepend_file = ‘/var/www/vhosts/nytorv11.dk/web/wordfence-waf.php’
But it gives Internal Server Error
Is there anything wrong there?
Kind Regards
Moe
Hi again,
Can you access the PHP error_log by any chance?
Dave
Yes, I can access it
What should i do there?
-
This reply was modified 7 years, 2 months ago by
moeraem.
-
This reply was modified 7 years, 2 months ago by
moeraem.
Hi again!
Can you upload the entire error_log to a site like pastebin.com and link the file here?
Dave