Re: (ot) Redirect of a .cfm page under PHP/Apache with .htaccess-file

2010-07-12 Thread cf-talk
Hi Michael, didn't really work on my end. But put me in the right direction. This works now for me: Redirect /shop.cfm http://www.xyz.com Uwe RewriteRule ^shop.cfm http://www.xyz.com [R=301,L] On Sat, Jul 10, 2010 at 6:37 PM, cf-t...@sdsolutions.de wrote: Hi list, a customer of mine

(ot) Redirect of a .cfm page under PHP/Apache with .htaccess-file

2010-07-10 Thread cf-talk
Hi list, a customer of mine ran a CF-shop on a windows host with IIS. Now he has a new PHP-Shop running on another host with apache. Anyone here who can describe how I can write a ReWriteRule on the apache server based on an .htaccess-file that requests to: www.xyz.com/shop.cfm are being

Re: (ot) Redirect of a .cfm page under PHP/Apache with .htaccess-file

2010-07-10 Thread Michael Grant
RewriteRule ^shop.cfm http://www.xyz.com [R=301,L] On Sat, Jul 10, 2010 at 6:37 PM, cf-t...@sdsolutions.de wrote: Hi list, a customer of mine ran a CF-shop on a windows host with IIS. Now he has a new PHP-Shop running on another host with apache. Anyone here who can describe how I can