Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter blogzter

    (@blogzter)

    # 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 ^(.*) https://www.blogzter.com/$1 [R=301,L]
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^https://(www\.)?blogzter.com/.*$ [NC]

    this is the content of my htaccess

    Thread Starter blogzter

    (@blogzter)

    when I say i get it -> i mean the error. it is still not working

    Thread Starter blogzter

    (@blogzter)

    I 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 https://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 .

    Thread Starter blogzter

    (@blogzter)

    I 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.

Viewing 4 replies - 1 through 4 (of 4 total)