Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    https://www.cancunblog.info/?feed=rss2

    Also, your permalinks are broken. You may want to switch back to default permalinks until you get mod_rewrite working.

    Thread Starter andynewby

    (@andynewby)

    Hi,

    Thanks for the reply.

    I had a look around, but couldn’t see how I setup the permalinks? Obvioulsy it goes in a .htaccess file (in the root of the blog folder) – but just not sure what actually goes in it?

    TIA!
    Andy

    Thread Starter andynewby

    (@andynewby)

    Hi,

    For anyone interested – this .htacces code works perfectly ??

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    Cheers

    Andy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RSS feeds?’ is closed to new replies.