| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 11 Join Date: May 2007 | Problem cron jobs email parser -
04-05-2007, 03:56 PM
hello, i tried to add cron jobs for the email parser (http://domain/support/cron/index.php?_t=parser) but nothing not work. i try add in cpanel and used SSH i try with: HTML Code: */5 * * * * GET http://domain/support/cron/index.php?_t=parser > /dev/null */5 * * * * GET http://domain/support/cron/index.php?_t=parser */5 * * * * php -q /home/domain/public_html/support/index.php?_t=parser */5 * * * * wget -O http://domain/support/cron/index.php?_t=parser > /dev/null My server have linux redhat i try run this with ssh GET http://domain/support/cron/index.php?_t=parser and said this HTML Code: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>302 Found</TITLE> </HEAD><BODY> <H1>Found</H1> The document has moved <A HREF="http://www.domain.com/403.php">here</A>.<P> </BODY></HTML> Thanks for the help and sorry for my bad english |
| | |
(#2)
|
| Operations Manager Posts: 5,669 Join Date: Jan 2006 Location: United Kingdom |
04-05-2007, 04:24 PM
Hi joseant, It looks to me that there is a 301 redirect set up within your directory or across your entire name. What happens when you browse to http://domain/support/cron/index.php?_t=parser yourself? -------------------------------------------------------------------
|
| | |
(#3)
|
(#4)
|
| Operations Manager Posts: 5,669 Join Date: Jan 2006 Location: United Kingdom |
04-05-2007, 05:06 PM
Hi joseant, You will have to submit a support ticket about this via your members area (click on Get Support) so they can take a look. -------------------------------------------------------------------
|
| | |