Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
patord #1
Redirect for our domains
Hi
We have a number of domains that have been active over the years and are still
active and are all accessing the same site. I am using CF6.1 on our site and
have just changed the domain name of our space again :frown;
with these addresses: [url]www.patersonord.com.au[/url] and
[url]www.patersonssecurities.com.au[/url], I want the user to be redirected to
[url]www.psl.com.au[/url] with a brief message letting them know they need to change their
bookmarks or whatever so that we don't have to keep these domains indefinately,
I have looked at the cfheader code but am unsure if this is the best way to do
this. Any help would be appreciated.
Regards
MWheeler
patord Guest
-
XML across domains
I have a project that sends queries to a database and receives XML formatted data: Markets_xml = new XML(); Markets_xml.onLoad = readMarketsXML;... -
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
2 domains on one server
Can I run 2 network domains on one Win 2003 server? I need to support to seperate companies and keep security seperate but I need to do it on one... -
CGI.pm redirect multiple cookies or multiple domains
I need to set mulitple cookies in a redirect header. Here's a snippet of what I have: # Set Cookie my $cookie1; my $cookie2; if... -
Redirect to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in... -
Fernis #2
Re: Redirect for our domains
How about just checking what #cgi.server_name# contains?
Fernis Guest
-
dempster #3
Re: Redirect for our domains
This might be done most effectively on a web server level. Most web servers
running on a particular IP address have a way of recognizing the URL being
requested, since in some cases they could direct the HTTP request to the
necessary directory which is serving as a document root for that URL. The
person who administers your web server should be able to configure it to
provide the message and then redirect the request.
-Paul
dempster Guest



Reply With Quote

