
Donna
Staff
/ Moderator

Mar 31, 2009, 11:44 AM
Post #2 of 2
(1821 views)
Shortcut
|
|
Re: [troys] Issue with HTTP to HTTPS using Article Manager
[In reply to]
|
Can't Post
|
|
Hi there, Article Manager uses a method of resolving dynamic code via the search engine by default that doesn't appear to be compatible with 302 redirects. What it's basically doing is creating temp file on your server, then reading it back into the program so that SSI's, PHP, and any other dynamic code you have is executed by the server. In your case, since there's a redirect, this interrupts the dynamic processing. There are a couple of options: If you're using only SSI's, you can switch it to emulated SSI's. However, if you're using PHP or any other dynamic languages ... the redirect is going to get in the way, and you won't be able to use PHP in the search results. You can switch how Article Manager handles dynamic parsing by going to Admin > General Settings > Dynamic SSI and Code Parsing. I hope this helps. :) Donna -- support@interactivetools.com
|