Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
jpedo #1
Change URL Address?
Hello, we are developing our website for Search Engine Optimization. Part of
our strategy involves using key search words in the URL addresses. We want to
change the URL addresses for each sub page of our website. Our website was done
in Cold Fusion. How can we change the URL addresses? If anyone wants info on
how to set up your site to get placed high in Google, etc. I will gladly
exchange that information for an answer to this question. Thank you.
John
jpedo Guest
-
Change page address?
Is there a way to change a page's address on the server and consequently all links to that page in one action? -
Change e-mail address
How do I change my e-mail address for these forums? I didn't see it in my options. -
Change MAC address of LAN card in rc.conf. How?
Hi, I'm running 5.3 STABLE. I need to change the MAC address of my PC. I know it can be done like this: ifconfig rl0 ether... -
How to change MAC address under hp-ux 10.2?
Hi, is it possible to change the MAC address of a NIC under hp-ux 10.2? Ifconfig does not have the required option. Thanks for any hints ... -
cant get my IP address to change
I have recently lost my connection with the internet trough my cable modem. So i figurd it was the modem so i bought a new one and installed it.Its... -
jdeline #2
Re: Change URL Address?
Since you have not disclosed enough information (IMHO) to describe your SEO
approach, I can only offer a guess. A URL is made up, in general, of a domain
name, a directory path, a filename and a possibly a query string.
In general, you can either hard code the URL like you do with HTML or pull
part or all of the URL from a database. In the latter case, you would
dynamically create the link. See code below.
If you deem this reply sufficient, please post your SEO optimization strategy
to this forum.
<CFQUERY NAME="myQuery" ... >
SELECT myURL FROM myTable WHERE ...
</CFQUERY>
<CFOUTPUT>
<A HREF="#myQuery.myURL#">Click here</A>
</CFOUTPUT>
jdeline Guest



Reply With Quote

