The MU forums have moved to WordPress.org

home.php and .htaccess (4 posts)

  1. 00juice
    Inactive
    Posted 18 years ago #

    Hi,
    I want to include some sub pages by changing home.php and get them by setting get vars http://blog.example.com/index.php?page=<value>, but as expected it fails with "Could Not Find Blog!", can anyone give me a hint how to do it?

  2. jaseone
    Inactive
    Posted 18 years ago #

    Can you explain further what exactly you are trying to do? Is this using pages within wordpress or what exactly?

  3. 00juice
    Inactive
    Posted 18 years ago #

    Thanks for quick reply, what I mean is, at home.php I want to place some links which refers to same page e.g. "?page=<value>" so home.php can display diffrent content depending on page variable

  4. 00juice
    Inactive
    Posted 18 years ago #

    I found out why it was not working, i did set up MPWU with VHOST but wp-config.php was not updated with define('VHOST', 'yes'); there was still define('VHOST', 'no');
    now works perfect!

About this Topic