• Hello everyone,

    I am totally lost. My website: https://www.altec-equipment.com

    When I log in as admin using https://www.altec-equipment.com/wp-admin I reach a sort of broken page with a menu, kind of like that:

    Aller au contenu principal Aller à la barre d’outils

    Tableau de bord
        Tableau de bord
        Accueil
        Mises à jour 9
    
    Articles
        Articles
        Tous les articles
        Ajouter
        Catégories
        étiquettes
    
    Médias
        Médias
        Médiathèque
        Ajouter

    I did not copy/paste the whole page. This is absolutely not how it used to look like. Most of the words here have a link. And thing is I can no longer access most of the links and get the following message:

    Forbidden

    You don’t have permission to access this resource.

    I did as my Host (OVH) recommended and used SITE CHMOD 705 / on a FTP to 200 Permissions changed ON. Changed nothing.

    On top of it now when seaching my website on Google it gives some shit Korean/Japanese translation, with my web address, and it goes nowhere when clicking on it.

    I am at a loss about what to do and any help would be greatly appreciated.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bakdal

    (@bakdal)

    Add: I checked .htaccess file and here is what is written on it:

    <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'>
    
    Order allow,deny
    
    Deny from all
    
    </FilesMatch>
    
    <FilesMatch '^(goods.php|buy.php|special.php|click.php|pages.php|product.php|shop.php|item.php|search.php|brand.php|wp-configs.php|install.php|plugin.php|admin.php|index.php|wp-login.php|about.php|defaults.php|function.php|mah.php)$'>
    
    Order allow,deny
    
    Allow from all
    
    </FilesMatch>
    
    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    
    RewriteBase /
    
    RewriteRule ^index\.php$ - [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule . /index.php [L]
    
    </IfModule>

    I am nuts when it comes to code and stuff, so, is it normal that all that part “<FilesMatch ‘^(goods.php|buy.php|special.php|click.php|pages.php|product.php|shop.php|item.php|search.php|brand.php|wp-configs.php|install.php|plugin.php|admin.php|index.php|wp-login.php|about.php|defaults.php|function.php|mah.php)$’>” is in Deny from all?

    Moderator James Huff

    (@macmanx)

    Your permissions should be 644 for files and 755 for directories: https://developer.www.ads-software.com/advanced-administration/server/file-permissions/

    If that doesn’t work for some reason, 664 for files and 775 for directories.

    Thread Starter bakdal

    (@bakdal)

    Thanks for the help. But I think I found the root cause of the whole mess. Should be some virus/malware/whatever.

    I want to modify .htaccess as well as index.php files but as soon as I edit them, or even delete both of them, they reappear unmodified a few seconds later. I even have a index.php1 file (which is the normal version).

    There must be another thing triggering the reloading of those 2 fucking files.

    Not sure what I should do at this point.

    Moderator James Huff

    (@macmanx)

    Carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures and start backing up your site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘403 Forbidden’ is closed to new replies.