We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Cron problem | Forum

Topic location: Forum home » Support » General Questions
Michal
Michal Sep 27 '11
Hi, my provider using ISP config.
How to setup cron?

Check  image
Attachments:
  ALLcron.png (146.65Kb)
  DETAILcron.png (26.49Kb)
Michal
Michal Sep 27 '11
Not runing :(

Den Team
Den Sep 28 '11
Try to remove .htaccess file fro ow_cron folder. It should helps.
Michal
Michal Sep 28 '11
I do not have htaccess in ow_cron
FaceTester Leader
FaceTester Sep 28 '11
in your FTP Programm is the Option "see hidden files" or similar words.
if this not switch on then you cant see in the file listing .htaccess
The Forum post is edited by FaceTester Sep 28 '11
Michal
Michal Sep 29 '11
my htaccess

#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

The Forum post is edited by Michal Sep 29 '11
Michal
Michal Sep 29 '11
Please help
FaceTester Leader
FaceTester Sep 29 '11
ok. i see, in the ow_crom folder is no .htaccess

the .htaccess from you is ftom the root-folder of oxwall

it seemed that you have an PHP cronjob program that will work over http-request.

add in your .htaccess a new line (see below) and then i hope the ISP-php-crontab-script can do the http-request to work

#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} !/ow_cron/
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.raw|/[^.]*)$  [NC]

RewriteRule (.*) index.php


greets
FaceT
Pedro
Pedro Oct 30 '11
question you that your isp is using ispconfig my which version 2 or 3? on either one

if you search this forum by typing cron job you will find solution for your ISPConfig2 or 3 panel cron job I know because I write them here
The Forum post is edited by Pedro Oct 30 '11