• stubsy

    (@stubsy)


    I installed wordpress on my site last night and changed the permalinks like this /%postname%/, the blog is in a subdirectory called blog so I had to change the .htaccess.

    But the site won’t burn the rss feed and it won’t let me add new categories how do I fix it. would be greatful if anyone could give the .htaccess I need to use, if htaccess is the problem.

Viewing 1 replies (of 1 total)
  • Thread Starter stubsy

    (@stubsy)

    Anyone no what needs to be done please?

    I’ve added a new index.php file like the below

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./blog/wp-blog-header.php’);
    ?>

    But the feeds now give me a feed code error message, and I still can’t add cats it must be .htaccess no?

Viewing 1 replies (of 1 total)
  • The topic ‘Help’ is closed to new replies.