Question
URL Forward
Hello all,
I have some static coldfusion links through out my site (like Contact details,company details,Privacy..etcc) and
are going to be updated by using contribute.
And these links are in so many pages(hard coded links) and without touching my files(over 100) or going through version control for all these files, is there any simple way I can URL forward to a new page where my contribute
files are?
for example right now in my index.cfm page I have links like
<a href = "/contactDetails.cfm">Contact details</a> and I don't want to change this code but forward to the new page
where my contactDetails_Contribute.cfm file is there.
Please help me out how I can do this or where I need to write the forwarding code with an example?
Thanks in advance
have a good day
I have some static coldfusion links through out my site (like Contact details,company details,Privacy..etcc) and
are going to be updated by using contribute.
And these links are in so many pages(hard coded links) and without touching my files(over 100) or going through version control for all these files, is there any simple way I can URL forward to a new page where my contribute
files are?
for example right now in my index.cfm page I have links like
<a href = "/contactDetails.cfm">Contact details</a> and I don't want to change this code but forward to the new page
where my contactDetails_Contribute.cfm file is there.
Please help me out how I can do this or where I need to write the forwarding code with an example?
Thanks in advance
have a good day