Posted by Chung Leong on 10/30/06 13:53
Jerry Stuckle wrote:
> Chung Leong wrote:
> > Jerry Stuckle wrote:
> >
> >>But .cfm is a Cold Fusion template file. Why would you have php code in it?
> >>
> >>You'll be much better off in the long run if you change the extension to
> >>something standard like .php. Or just get yourself a virtual private
> >>server where you can do anything you want.
> >
> >
> > My guess is that the OP needs to preserve the URLs in existing links.
> > This is probably better handled through Apache rewrite than changing
> > the file extension of the source files.
> >
>
> A 301 redirect takes care of things quite nicely - and permanently.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
One would use rewrite to do that, naturally.
[Back to original message]
|