Forums

After installation Shareaholic/Twitter friendly error 403 (7 posts)

  1. Stephanie Rose
    Member
    Posted 8 months ago #

    Hello,

    I already posted this in the German version of this forum, but this one is far more active. Hopefully someone can help me >_<

    Yesterday I installed the Shareaholic Plugin along with the Twitter friendly on, but since then nothing works the way it should.
    I don´t know which tool caused this problem, but I have deleted the Twitter friendly one again, because it wasn´t working somehow.

    The problem:
    Since I installed the tools I was no longer able to access my site, not even via the Dashboard. Always got that 403 Error message.
    When deleting the htaccess-file I am able to access my site again, but only the home page, none of the links is working.
    I tried to create a new page, in the preview everything was fine, but after publishing and trying to access it, it wasn´t found.
    I also tried to set the Permalinks back to default, but then I get the Error message "You don' t have by mission ton of ACCESS /wp-admin/options-permalink.php on this server." and the htaccess file is back again, which I have to delete again to at least access my home page.
    After that the Permalinks are back to numeric.

    I am new to WordPress and I haven´t found anything similar in the search.

    Please help me, it drives me crazy ;__;

    My page: http://www.stephanie-rose.de/

  2. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    Try resetting the plugins folder by FTP or phpMyAdmin.

  3. Stephanie Rose
    Member
    Posted 8 months ago #

    I tried resetting via phpMyAdmin, but it´s still the same. Still getting the same errors :(

    Thank you for helping me!

  4. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    What is in your .htaccess file?

  5. Stephanie Rose
    Member
    Posted 8 months ago #

    This is in the htaccess file:

    # 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

  6. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    That's a standard WP .htaccess file, so the 403 isn't coming from there. A 403 error suggests a permissions error, so check this with your hosts.

  7. Stephanie Rose
    Member
    Posted 8 months ago #

    Okay, I will, thank you!

Reply

You must log in to post.

About this Topic