blogzter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Error Please Help# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^blogzter\.com
RewriteRule ^(.*) http://www.blogzter.com/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?blogzter.com/.*$ [NC]this is the content of my htaccess
Forum: Fixing WordPress
In reply to: RSS Error Please Helpwhen I say i get it -> i mean the error. it is still not working
Forum: Fixing WordPress
In reply to: RSS Error Please HelpI tried that and what i end up with is hostgator’s generic 404 …
I can feel there should be an easy solution to that.
Does this give you any ideas?I get it now http://www.blogzter.com/feed/ with the default permalink structure in place so you can just see it.
Let me know what you think.. If not i dont know maybe i will have to reinstall again and go over. Still i feel there is a solution .
Forum: Fixing WordPress
In reply to: RSS Error Please HelpI tried the plugin too.. If found some blank lines and said it fixed them.. still nothing changed.
My comments feed is working, but my regular one doesn’t.
I have spent 3 hours already digging the forum and some other places for an answer…Any other suggestions will be appreciated.