Re: Parse .cfm files
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 13:48:40 -0500
Chung Leong wrote:
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@xxxxxxxxxxxxx
==================
One would use rewrite to do that, naturally.
You can use a rewrite. But a redirect will allow the search engines to pick up the change without affecting current page rank. So eventually you can get rid of your redirects.
If you just do a rewrite no one will know it's actually changed.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: Parse .cfm files
- From: Chung Leong
- Re: Parse .cfm files
- References:
- Parse .cfm files
- From: Matthew256
- Re: Parse .cfm files
- From: Jerry Stuckle
- Re: Parse .cfm files
- From: Chung Leong
- Re: Parse .cfm files
- From: Jerry Stuckle
- Re: Parse .cfm files
- From: Chung Leong
- Parse .cfm files
- Prev by Date: Re: Long script strange behaviour
- Next by Date: Re: Can no connects to mySQL database
- Previous by thread: Re: Parse .cfm files
- Next by thread: Re: Parse .cfm files
- Index(es):
Relevant Pages
|