Forums

[Plugin: WP_OneInstall] Post error at aditional site (2 posts)

  1. diegpl
    Member
    Posted 8 months ago #

    Look, my wordpress instalation is at http://www.diegolopes.com.br/blog and my aditional site is http://www.adilsondavilla.com.br, but when I active the oneinstall plugin both sites enter but when I acess some post at adilsondavilla.com.br occurs this error:

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@adilsondavilla.com.br and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    And this error at adilsondavilla.com.br stop when I reconfigure the slug role at stteings panel, but the same error start at diegolopes.com.br/blog post when I change the slug role. What I should to do? Change something at htacess or cgi file?

  2. diegpl
    Member
    Posted 8 months ago #

    I think this error occours because my principal instalation is at blog folder and not in the root, because of this my htacess fil stay:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>
    This makes an error at the other url. What I should to do?

Reply

You must log in to post.

About this Topic