Hi,
Ive been fighting with the isp, as to why my cron jobs wound run. They wrote me back and told me that my htaccess is not allowing cron jobs, and renamed the file .. but now, my site wont work right.. the Login wont redirect etc.. ARGG!
Can you see something in my htaccess that would limit cron jobs in OW?
Here the code..
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php