• hi, i’ve a big problem with this “500 Internal Server Error” while trying “wp-content/plugins/social-connect/diagnostics/test.php?testing=http://www.example.com”

    i could rewrite the file .htacces, now it looks like

    # 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

    what i have to write to do it working?
    thanks.

    http://ww.wp.xz.cn/extend/plugins/social-connect/

The topic ‘[Plugin: Social Connect] 500 Internal Server Error’ is closed to new replies.