Skip to:
Content
Pages
Categories
Search
Top
Bottom

Blank page after changing permalinks ?


  • webknot
    Participant

    @webknot

    Hello,

    1. Which version of WPMU are you running?

    2.8.4a

    2. Did you install WPMU as a directory or subdomain install?

    directory

    3. If a directory install, is it in root or in a subdirectory?

    not sure

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    no

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    …?

    6. Which version of BuddyPress (BP) are you running?

    1.0.3

    7. Did you upgraded from a previous version of BP? If so, from which version?

    no

    8. Do you have any plugins other than BuddyPress installed and activated?

    yes

    9. Are you using the standard BuddyPress themes or customized themes?

    standard

    10. Have you modified the core files in any way?

    no

    11. Do you have any custom functions in bp-custom.php?

    no

    12. If running bbPress, which version?

    no

    13. Please provide a list of any errors in your server’s log files.

    nothing

    —-

    I tried to change the permalink structure but the result is a blank page. I then tried to erase the .htaccess and change the permalink with no result. (It “seems” the .htaccess is not taken into account ?)

    Thanks for your help

    PS : Here is the content of the .htaccess :

    RewriteEngine On

    RewriteBase /

    #uploaded files

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

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    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>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    # BEGIN ANTISPAMBLOG REGISTRATION

    RewriteCond %{REQUEST_METHOD} POST

    RewriteCond %{REQUEST_URI} .register*

    RewriteCond %{HTTP_REFERER} !.*aire-ville-spatiale.org.* [OR]

    RewriteCond %{HTTP_USER_AGENT} ^$

    RewriteRule (.*) http://die-spammers.com/ [R=301,L]

    # END ANTISPAMBLOG REGISTRATION

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

  • takuya
    Participant

    @takuya

    Looks like your question should go under wpmu forum than here.

    Are you trying to change buddypress component permalinks?


    webknot
    Participant

    @webknot

    I used the wordpress (Mu in this case) standard “permalink” admin page. Is there something to do in buddypress settings also ?

    Thanks


    webknot
    Participant

    @webknot

    Still looking for a solution : I changed the permalinks structure and only an empty page is displayed instead of the website. Anyone has an idea of what I could try ?

    Thank you


    Tore
    Participant

    @toregus

    Have you tried 1.1?


    Paul Wong-Gibbs
    Keymaster

    @djpaul

    Are you able to upgrade to BuddyPress 1.1.1? Also, who does your webhosting – what firm?


    webknot
    Participant

    @webknot

    Thank you for your help. I know what I did wrong : I use this plugin http://spedr.com/42utn

    and used it to update the plugins as I usually do with wordpress blogs, forgetting that buddypress is also a plugin :(

    So I made a new install instead of trying to correct the problems.


    oracleappscommunity
    Participant

    @oracleappscommunity

    may related to my issue. even though my post says issue occurs in new install, I did notice it is happening in both new install and upgrade.

    https://buddypress.org/forums/topic/single-blog-post-display-issue-new-11-install

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blank page after changing permalinks ?’ is closed to new replies.
Skip to toolbar