htaccess in most folders, some may be corrupt
-
Our site crashed, giving a plugin parse syntax error. Our host resolved the issue by renaming the .htaccess in the wp-admin folder. Everything is now working, except that the submenus in Apearance>Customize time out.
I have done a lot of maintenance suggested by Health Check, removing unused plugins and themes, tho I’m not sure how to resolve this one:
“The REST API encountered an error…
The REST API request failed due to an error.
Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received”I also found the same .htaccess file in my root, the public_html, wp-admin, wp-content, and wp-includes folders, all with the same content.
<FilesMatch ".*\.(pophtml|php)$"> Order Allow,Deny Deny from all </FilesMatch> <FilesMatch "(index|wp-updatee|wp-blockk|wp-blogg|wp-contentt|wp-pingg|wp-blogss).php$"> Order Allow,Deny Allow from all </FilesMatch>
I replaced all the versions of .htaccess I have found with this code, which I believe is the default content:
# 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
Sadly I still cannot open the Appearance>Customize>Site identity. Any suggestions?
The page I need help with: [log in to see the link]
- The topic ‘htaccess in most folders, some may be corrupt’ is closed to new replies.