Skip to:
Content
Pages
Categories
Search
Top
Bottom

Links in topmenu does not work


  • renefyrster
    Participant

    @renefyrster

    Hi Support, i recently uploaded the buddypress and wpmu – i know my way around in selfhosted wordpress but not wpmu and buddypress, as of for now i have it installed but the links topmenu is not working at all, what am i doing wrong?

    Can you help me out on this one, maybe there is somebody who quickly can answer my question so i can get started with this nice system! have a look here at my site:

    http://www.fyrster.com

    Best regards / Ciao

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

  • nicolagreco
    Participant

    @nicolagreco

    No links work.. do you have mod_rewrite installed ? what does your .htaccess contain?

    – Nicola


    renefyrster
    Participant

    @renefyrster

    My .htaccess contains of nothing, the same does htaccess.dist

    Anything wrong here then?

    Where do i check for the mod_rewrite?

    Ciao


    Sgrunt
    Participant

    @sgrunt

    try adding this into your htaccess, hope can help

    RewriteEngine On

    RewriteBase /

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ /$1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    </Files>

    </IfModule>


    nicolagreco
    Participant

    @nicolagreco

    <?php phpinfo() ?>

    save it in a file .php and look there if it’s mentioned


    renefyrster
    Participant

    @renefyrster

    Nicola can you describe that alittle better please…i dont understand it! ?


    renefyrster
    Participant

    @renefyrster

    Okay ;o) i did as Sgrunt said made a new Htaccess file and inmput the text he mentioned and now it seems like it works, that you for the great support

    Best to you All

    René

    Denmark

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Links in topmenu does not work’ is closed to new replies.
Skip to toolbar