excalibur_
Member
Posted 2 months ago #
Hi all,
Currently running 2.8.4 and Lightword 1.9 on my blog at http://theflyinggeek.voodooed.net/
The problem is that on Firefox, opening some of the pages will cause the site to return the RSS feeds page. A screenie of what happens is attached. Refreshing the page usually fixes the issue.
I'm just wondering, how do I fix it for good?
Screenshot: http://omploader.org/vMmZoNQ/rss_problem.png
apljdi
Member
Posted 2 months ago #
That's a strange redirect. What's in your .htaccess file? Does the problem occur if you disable all plugins and revert to the default theme?
excalibur_
Member
Posted 2 months ago #
The /.htaccess file contains the same code as suggested in the permalinks page:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I might clone the system into another database and see what it does when I do disable all that stuff...I'd just rather not touch the production system like that. Will advise what happens...
excalibur_
Member
Posted 2 months ago #
I might add that it's just the pages OTHER THAN the main page that are affected.
excalibur_
Member
Posted 2 months ago #
I've changed the theme to the default...seems to work alright. Can someone have a look and confirm for me though?
http://dev.voodootechnologies.com.au/tfg/
There are a lot of broken links because it wasn't the cleanest of migrations, but it'll hold I guess.
excalibur_
Member
Posted 2 months ago #
I don't have any problems with the actual feed - it's just that the Firefox RSS feed page appears when the normal page is expected (have a look at the URL in the screenshot)
excalibur_
Member
Posted 2 months ago #
I've decided to change themes for this instead of faffing about trying to work out what's wrong with the theme.
Thanks anyway everyone!
(this can be closed now)
apljdi
Member
Posted 2 months ago #
I don't have any problems with the actual feed...
But actually you do have a problem with the feed, as kmessinger pointed out.
excalibur_
Member
Posted 2 months ago #
Ok. Maybe the issue hasn't been resolved yet, but it's more tempremental rather that consistent. If the user presses refresh, as before, the problem goes away.
I'm just wondering, how does the problems with the RSS feed have anything to do with this particular problem in that Firefox will return the RSS feed page when it was expecting a regular page?