I know the issue has already been addressed many times and I feel like I've tried all the solutions I've been able to read here or elsewhere, but unfortunately I can't get rid of the “site under construction” page that shows up instead of WordPress.
My site is lafabriqueachansons.art
I performed a clean installation of WordPress, checked the FTP for any stray index.html file. I can access the WordPress admin interface without any problem. I bought the domain name and hosting together.
The .htaccess was created by the WordPress installation but I don’t have any software that lets me view its contents (I tried yesterday without success with my text editor).
In FileZilla there is an option that forces the display of hidden files:
1/ Click on the Server tab in the top menu bar.
2/ Check the Force display of hidden files option.
It happened to me once, a long time ago, not to see the shortcut "index.html" which is present by default on hosting services, because of this option (even though it isn’t hidden).
If needed, support can launch a bot that removes this file, which can be the source of an anomaly like yours
# BEGIN WordPress
# The directives (lines) between « BEGIN WordPress » and « END WordPress » are generated
# dynamically, and must only be modified via WordPress filters.
# Any modification of directives located between these markers will be overwritten.
<IfModule mod_rewrite.c>
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]
</IfModule>
# END WordPress
Here it is
I struggled because the Mac wouldn't let me open it with a text editor
It's crazy, I still managed to find an empty redirect folder named index.html via Filezilla that my other FTP client didn't display; it only showed hidden files, not hidden folders…
Thanks to everyone for your help and sorry for the inconvenience!