setting up the cron job is a highly discussed challenge. The needed syntax etc. corresponding to my isp is clear so far.
But: Accessing the run.php via browser (http://www.example.com/ow_cron/run.php) does not lead to a supposed blank screen for me but brings me to "page not found Sorry, this document doesn't exist."
So due to this, the whole cron scenario does not work. I'm getting an error in the admin backend, that: You still need to setup the cron job.
As i mentioned, the run.php itself is not being parsed. So, what could be the problem? The fresh install of oxwall 1.5.3 is working fine. Everything seems to work, except the run.php.
Or is it not possible (for testing/debugging) to manually trigger that run.php via Browser? I think it shoud work, because the manual asks to trigger it (e.g.) via lynx. And this is, what i'm a expecting to do (referenced to my isp):
* * * * * /usr/bin/lynx http://www.xyz.de/ow_cron/run.php
Do i have a wrong .htaccess?
AddType x-mapp-php5 .phpAddHandler x-mapp-php5 .php
Options +FollowSymLinksRewriteEngine OnRewriteBase /#RewriteCond %{REQUEST_FILENAME} !-f#RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_URI} !^/index.phpRewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]RewriteRule (.*) index.php
How can i achieve to (alt least for my test scenario) successful, manually call of the run.php?
Thanks for any advice.
Klaus