|
Getting closer Chris -
I went back to drawing board all the way. I regenerated feed reader script using one simple preset feed url instead of 4 very convoluted keyword-based feed urls. Then I switched over to parent domain and created a php doc and planted the code. That works. I also ran phpInfo from a PHP doc and it worked. But when I tried doing the same with .html doc, feed does not display and I was not able to run phpInfo.
To be sure this is not a domain issue, I switched back to domain being worked on, where we need the feeds. I created PHP doc with the same newly-generated script and it worked. But planted the same script in the .html and it did not work.
I tried the .htaccess line you gave me, AND the line my host gave me, verifying each time that the domain was set for PHP5 (defaults back to php4 whenever .htaccess is changed, but php4 does not have a setting for allow-url-include which I need for the feed). Neither .htaccess line, apparently, is sufficient for enabling php within an html doc.
Conclusions:
1. Apparently nothing showed up before when I tried code in a PHP doc because the feed url's I was using weren't working. That is the only thing I changed this time.
2. This does not appear to be a domain issue, since the PHP doc with new feed url works on different domains.
3. Since I cannot run phpInfo in an html doc on either domain, that would lead me to believe, now that I know a PHP doc will work, that the problem truly lies with the .htaccess command.
So now I guess the issue is really finding the right .htaccess command that works for my server, and I'll probably need their help to do that (since they are obligated there).
In the end though, at least I know now that I can get a feed to show up in a PHP doc, so worst case, I could rename any web pages with feeds to .php and do a 301 redirect from the old .html doc -- then if something doesn't show up, I would know that it is probably the specific feed url's I'm using.
Thoughts on the .htaccess line?
Thank you so much for your help and patience. I'm so glad to know about the phpInfo now, and you've really helped me narrow this down.
|