301 Redirect Issue Hi all, I am having someone hav...
# cfml-general
g
301 Redirect Issue Hi all, I am having someone have a 301 redirect issue when they are installing my Galaxie Blog software. I use a cfinclude in my application.cfc if the blog is not installed to include the installer template in another directory. However, when the template is included, it loads, but a 301 redirect occurs to the same page. I don't have any 301 headers in the code, what could be causing a 301 redirect here? I am assuming that it must be something else on the individual's server. Could a simple cfinclude automatically create a 301 redirect somehow on my end? I have never seen this issue before.