excalibur_
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Firefox and RSS feed issuesOk. 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?
Forum: Fixing WordPress
In reply to: Firefox and RSS feed issuesI’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)
Forum: Fixing WordPress
In reply to: Firefox and RSS feed issuesI 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)
Forum: Fixing WordPress
In reply to: Firefox and RSS feed issuesI’ve changed the theme to the default…seems to work alright. Can someone have a look and confirm for me though?
https://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.
Forum: Fixing WordPress
In reply to: Firefox and RSS feed issuesI might add that it’s just the pages OTHER THAN the main page that are affected.
Forum: Fixing WordPress
In reply to: Firefox and RSS feed issuesThe /.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…