mihaivasi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website is downThank you very much both for you help. I managed to recover it from an older back up. I will change all passwords now.
Forum: Fixing WordPress
In reply to: Website is downI have the same feeling. I see a lot of files changed/created yesterday morning at 4:27
.hcontent
index5.php
gh.php
wp-term.php
wp-ver.php
all these files were not here before.. I don’t have them in my back ups
- This reply was modified 1 month ago by mihaivasi.
Forum: Fixing WordPress
In reply to: Website is downthere is a file that was edited yesterday morning called .hcontent (not by me) what is this file for?
thecontents
RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L]
Order Allow,Deny Deny from all
Order Allow,Deny Allow from allForum: Fixing WordPress
In reply to: Website is downI have already change the index.php to a hello world and it worked.
now I’ve set https://oanasbeautyroom.ch/test.php and it works
Forum: Fixing WordPress
In reply to: Website is downI renamed all subfolders in plugins folder and still no change
- This reply was modified 1 month ago by mihaivasi.
Forum: Fixing WordPress
In reply to: Website is downgood morning,
here is my .htaccess
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE “application/atom+xml” “application/javascript” “application/json” “application/ld+json” “application/manifest+json” “application/rdf+xml” “application/rss+xml” “application/schema+json” “application/vnd.geo+json” “application/vnd.ms-fontobject” “application/x-font-ttf” “application/x-javascript” “application/x-web-app-manifest+json” “application/xhtml+xml” “application/xml” “font/eot” “font/opentype” “image/bmp” “image/svg+xml” “image/vnd.microsoft.icon” “image/x-icon” “text/cache-manifest” “text/css” “text/html” “text/javascript” “text/plain” “text/vcard” “text/vnd.rim.location.xloc” “text/vtt” “text/x-component” “text/x-cross-domain-policy” “text/xml” SECTION BEGIN GIT PROTECTIONRedirectMatch 404 /.git SECTION END GIT PROTECTION BEGIN WPSuperCache The directives (lines) between
BEGIN WPSuperCache
andEND WPSuperCache
are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten. END WPSuperCache Begin Really Simple SecurityRewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] End Really Simple Security BEGIN WordPress Die Anweisungen (Zeilen) zwischen ?BEGIN WordPress? und ?END WordPress? sind dynamisch generiert und sollten nur über WordPress-Filter ge?ndert werden. Alle ?nderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] END WordPress
Forum: Fixing WordPress
In reply to: Website is downHello James,
I have done what you suggested with no impact at all. I have the feeling the request is somehow redirected before WordPress. Absolutely nothing that I change has any impact. In the folder I only have a file called _index.html (i totally changed name with no impact) and a index5.php which shows as changed yesterday morning at 4:30 but I haven’t changed anything to my website since months. Of course the index.php is there and it is the correct one.
Thank you for your help,
Mihai
- This reply was modified 1 month ago by mihaivasi.