I need to call a php script via cron. The cron entry will use wget. When I attempt to call the script from a command line, I get "Authorization Required", which is obviously coming from my htaccess file.
Does anyone know how I can override the htaccess file for a single directory?