Skip to content

Tobias Gábríél Sörensson

My feedback

25 results found

  1. 70 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tobias Gábríél Sörensson supported this idea  · 
  2. 454 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tobias Gábríél Sörensson supported this idea  · 
  3. 708 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tobias Gábríél Sörensson supported this idea  · 
  4. 49 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Tobias Gábríél Sörensson commented  · 

    Hello Plesk Support Team and Others!

    Here are my findings for secureing wordpress

    all in .htaccess file

    # Block viewing directories from the site
    Options All -Indexes
    # Block WordPress xmlrpc.php requests
    <Files xmlrpc.php>
    order deny,allow
    deny from all
    </Files>
    # Blocks access to .htaccess from hackers
    <files ~ "^.*\.([Hh][Tt][Aa])">
    order allow,deny
    deny from all
    satisfy all
    </files>
    # BEGIN block author scans
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} (author=\d+) [NC]
    RewriteRule .* - [F]
    # END block author scans
    # Blocks access to wp-config.php
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>

    And in folder /wp-content/uploads/ add a .htaccess and put in

    <Files *.php>
    deny from all
    </Files>

    This denys any .php from running in uploads folder (hackers fav place)

    The other .htaccess is self explanetory. blocks access to .htaccess, block author scaning, blocks access to wp-config.php (some plugins can show wp-content.php as a img file with exploits.
    blocks access to xmlrpc.php and also disables directory browsing.

  5. 1,298 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tobias Gábríél Sörensson supported this idea  · 
2 Next →

Feedback and Knowledge Base