Is there a way to do a site-wide redirect or something in the
administrator that will do this? We've created a new website and
want to redirect all the old web pages over to the new site
(without having to add a meta-refresh to thousands of pages in a
single day). I haven't found anything in the administrator that
will do this. Everything resides on the same server ex
http://example.com/oldsite/index.cfm
to
http://example.com/newsite/index.cfm
We do have some application.cfm and application.cfc files
that I thought we could add the meta -refresh tag to but that
barely takes care of 30% of the pages.
If you want it to be server wide rather then page by page,
look at your
web server.
When we did this last year, we put re-direct directives into
our Apache
configuration file. I am sure there is an IIS equivalent if
that is
your server of choice.