[ic] Apache & Rewrite trouble

Ron Phipps rphipps at reliant-solutions.com
Mon May 9 14:40:04 EDT 2005


> From: David Bordas
> Sent: Monday, May 09, 2005 11:16 AM
> 
> Hi,
> 
> Yes, i'm using admin over https, but https is also used for checkout
> process so ...
> I'm trying mod_interchange for the moment, and it's quite nice indeed.
> I think i'll use mod_interchange et keep some piece of rewrite to keep
> old link style compatibility.
> 
> Thanks to all.
> 

Please do not top post, it makes it difficult to follow threads.

We use this to rewrite old style links to mod_interchange:

RewriteEngine On
RewriteRule ^/cgi-bin/cginame/*(.*)$ /$1 [NC,R=301]

-Ron



More information about the interchange-users mailing list