Jump to content

brianhulse

Members
  • Posts

    3
  • Joined

  • Last visited

brianhulse's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Joaquin Sorry I didn't see this earlier, but once you have the cron job working sucessfully, simply append " > /dev/null" to the command in your cron job, like this: /usr/bin/php /home/username/public_html/mydrupal/cron.php > /dev/null This redirects the output to the null device. (Posted for future Drupal admins.) Brian
  2. # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.domain.com AuthUserFile /home/user/public_html/_vti_pvt/service.pwd AuthGroupFile /home/user/public_html/_vti_pvt/service.grp
  3. I'm having a similar problem. Andy, or Webgyrl, could you please post the solution here? Thanks! Brian
×
×
  • Create New...