This topic has 6 replies, 2 voices, and was last updated 5 years by Laura.

  • Author
  • #218556
     bozloo
    Participant

    After I followed up the instruction, and try to click any on top menu,

    I got the “Not found” when I clicked all of top menu.

     

    The requested URL /members/xxxxx/ 

    #218568
     bozloo
    Participant

    looks like buddypress link does not work.

    Attachments:
    You must be logged in to view attached files.
    #218572
     bozloo
    Participant

    FYI, i set the permalink to

    Post name http://korean5280:8080/korean5280/sample-post/

    #218574
     bozloo
    Participant

    iljun@JunPrivate:/var/www/html/korean5280/wp-content/plugins$ apache2ctl -M
    AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
    Loaded Modules:
    core_module (static)
    so_module (static)
    watchdog_module (static)
    http_module (static)
    log_config_module (static)
    logio_module (static)
    version_module (static)
    unixd_module (static)
    access_compat_module (shared)
    alias_module (shared)
    auth_basic_module (shared)
    authn_core_module (shared)
    authn_file_module (shared)
    authz_core_module (shared)
    authz_host_module (shared)
    authz_user_module (shared)
    autoindex_module (shared)
    deflate_module (shared)
    dir_module (shared)
    env_module (shared)
    filter_module (shared)
    mime_module (shared)
    mpm_prefork_module (shared)
    negotiation_module (shared)
    php7_module (shared)
    rewrite_module (shared)
    setenvif_module (shared)
    status_module (shared)

    #218581
     bozloo
    Participant

    I’ve verified my apach2 sets up for rewrite.

    https://docs.bolt.cm/3.6/howto/making-sure-htaccess-works#test-if-mod-rewrite-is-working

    So I get this.

    Bolt Apache .htaccess tester.
    mod_rewrite is working! You used the path / to request this page.

    #218584
     bozloo
    Participant

    Found out by myself.
    .htaccess should have the following one.
    But, I want you to confirm whether it is right.

    $ cat .htaccess
    php_value max_execution_time 180

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    #218589
     Laura
    Moderator

    Looks right 🙂

    Can i help you with anything else?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?