Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can’t properly install wordpress


  • icotyrox
    Participant

    @icotyrox

    Hi,

    I experiencing some trouble to install buddypress.

    First : it doesn’t want to accept the permalinks form %postname%. I can only access to my whole page by getting to /index.php/%postname%. Maybe it’s the .htaccess fault :

    
    # 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

    I get a 404 error when i follow the website link.

    Second : when i go to page like members or another, i have empty page.

    Empty member page

    Even when i want to go to the administrator page, i have a not found page generated by wordpress this time :

    Problem editing profile

    What can i do ?

Viewing 1 replies (of 1 total)

  • icotyrox
    Participant

    @icotyrox

    Okay, problem solved.

    In fact, i used virtualhost, and there is a problem with the RewriteBase instruction, who are not properly applied. So i had to move my htaccess content fil in the virtualhost configuration file. Not very usefull, but important for me, because i have to host a nagios website too, and it’s important to separate all the logs.

    Work

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar