Skip to:
Content
Pages
Categories
Search
Top
Bottom

Page not found error and ReWrite is on . ugh..

  • I have scoured everything trying to find the issues. I have made the required mods and changes and still am coming up with the page not found error. see link.. Only with the upper menu items.. Settings, messages etc.. http://skyviewdesigns.com/members/settings/

    Thoughts..?

    `
    HTACCECCESS FILE

    # BEGIN WordPress

    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).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
    RewriteRule . index.php [L]

    # END WordPress`

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ok.. new info, maybe someone can help with the info added… My super admin is getting the errors when accessing the settings , messeges etc.. but a standard member isnt getting the messages when they access the pages. Only superadmin gets a page not found problem.. Please.. any thoughts..?


    @mercime
    Keymaster

    @mercime

    == Only superadmin gets a page not found problem.. ==

    OK, that’s new. WP/BP versions?
    Have you gone through basic troubleshooting by changing to bp-default theme and deactivate all plugins except BuddyPress.

    Or any caching plugins or object caches running?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page not found error and ReWrite is on . ugh..’ is closed to new replies.
Skip to toolbar