Forum Moderators: phranque
RewriteCond $1 !^URL-path-to-cronjob-script\.script-filetype$
RewriteEngine on
#
RewriteCond %{HTTP_HOST} !^(www\.mysite\.co\.uk)?$
RewriteCond $1 !^URL-path-to-cronjob-script\.script-filetype$
RewriteRule ^(.*)$ http://www.mysite.co.uk/$1 [R=301,L]
RewriteEngine On
#
RewriteCond %{HTTP_HOST} !^(www\.mysite\.co\.uk)?$
RewriteCond $1 !^cart/updateorders\.php$
RewriteRule ^(.*)$ ttp://www.mysite.co.uk/$1 [R=301,L]