• Hi,

    I was installed WordPress Mu and setup up with BuddyPress plugin. Its work okay for a few hours I installed. After a few hours. I realize that my pages is having issue. When I click in to my pages. it come out the error as below:

    Not Found

    The requested URL /about-us/ was not found on this server.
    http://www.gaoyang-debate.com

    URL: http://www.gaoyang-debate.com/about-us

    Can anyone help me to have a look with this issue? And what should I do? Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • Resave your permalink structure and if that doesn’t work, head on over to the buddypress forums.

    Thread Starter jc93

    (@jc93)

    Hi Andrea,

    What do you mean by resave permalink structure?

    Where to get the permalink code. Thanks!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Read http://codex.wordpress.org/Using_Permalinks
    Go to Settings → Permalinks
    Click on save.

    See what happens.

    Thread Starter jc93

    (@jc93)

    Hi Ipstenu,
    Too bad, nothing came out. Just show updated.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    Anything wrong with the above code?

    you’ll need to talk to your webhost. tell them you’re using htaccess and it’s not working.

    Thread Starter jc93

    (@jc93)

    Hi,

    That mean the code doesn’t have any error.
    Just because of the htaccess not working?

    So what can my host do for me?

    Your host can make it so your web account actually reads the htaccess file. Right now, it is not.

    Thread Starter jc93

    (@jc93)

    Hi,

    But my web hosting was enable rewriter for .htaccess

    Well, given the evidence, it’s not working.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Your .htaccess file is in the same folder as your wp-config.php file, right?

    If so, Andrea’s right. The file is not being honored, so tell your host ‘Hay, my .htaccess rules are being picked up. Do I need to do something?’

    Thread Starter jc93

    (@jc93)

    Hi,

    My host was checked for me and the .htaccess is working as fine. But why the issue still not work yet? May I know besides the problem from my host, what the problem will cause this?

    I really need the help from yours.

    Thanks!

    I have the same problem too.
    My first website in Multisite is working normally.
    But when I setup second, third website, it show 404 error at the homepage and in any page (not post) like mynewdomain.com/about/; mynewdomain/privacy

    I try to change .htaccess and I think this file is working normally.

    Please help

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    jc93 – Pretty Permalinks aren’t working at ALL on your site, so it’s 100% an .htaccess problem. Tell your host ‘Look THIS is my .htaccess, and it does NOT work.’

    Is your .htaccess in the same folder as your wp-config.php ? I asked this before, and yes, it should be a no-brainer, but I spent days with a similar brain-trust maneuver 🙂 Just double check it.

    hoanganhviet – What is IN your .htaccess ? Yes, it looks right to you, but proofreading helps 🙂

    I fixed this problem!

    I think problem is I activate my plugins by network activate.
    When I make all inactive and activate one by one, it’s ok.

    Hop this help jc93.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘404 Not Found’ is closed to new replies.