Eduardo Guilhon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Navigation links are opening as rss, xml pageI’m having the same problem, I wonder if you could solve the problem?
Forum: Fixing WordPress
In reply to: Error accessing a post, appearing like RSSI’m having the same problem in both. Now I’m with blog2 because it is cleaner, with no change in code.
I created the / blog2 / only with the existing posts and the basic plugins to see if the problem would be solved.
For example, go to this link:
https://www.esss.com.br/blog2/category/artigos-tecnicos/
This link is now appearing as FEED (This link could not appear as FEED / RSS), it would appear all post related to “Technical Articles” that are on the blog.The problem does not occur all the time, when F5 is pressed back to work for a while.
Forum: Fixing WordPress
In reply to: Error accessing a post, appearing like RSSWhen the alteration permanent links it asks to change the HTACCESS, this is the default.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog2/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog2/index.php [L] </IfModule>
Was modified for testing, but still the error occurs.
The Stranger is the “Feed” that appears is not related to selected post, and often appears the same feed for all posts clicked.Forum: Fixing WordPress
In reply to: Error accessing a post, appearing like RSSI did a fresh install on blog2/ for testing, so it points to this location. But the error is still occurring.
Forum: Fixing WordPress
In reply to: Error accessing a post, appearing like RSSEsmi, I thank you for trying to help …
In my. Htacces has the following code
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog2/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule>