Viewing 4 replies - 1 through 4 (of 4 total)
  • There’s something seriously wrong with your permalinks judging by the urls. Your home link is https://www.passionsandpossibilities.com/category/blog

    Thread Starter catseyegroup

    (@catseyegroup)

    Okay, I check into it and our permalinks are set

    custom structure /%postname%/

    now below that is this message which we did not see

    If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /category/blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /category/blog/index.php [L]
    </IfModule>

    2 questions here, if I go in and make the htaccess file writeable, will this auto change at this point, and if not, what is the easiest way to put this in the .htaccess file?

    thanks!

    Why is your site set up to use category/blog as it’s site url?

    Thread Starter catseyegroup

    (@catseyegroup)

    Good freakin point, the owner of the site did something there…thanks, need to check into that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RSS feed only showing one post’ is closed to new replies.