Wordpress Site Version: 2.6
Site: /home/***/public_html/***site***.com/.htaccess
I woke to have my site with a 500 Internal Server Error. I contacted my host & they stated 2 issues: 1.) An issue with writing to the .htaccess file & 2.) cpanel error log says that the line "UEST_FILENAME} !-d" has a spelling mistake.
It has the following when writing to the file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
UEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
--------------------------------------------------------------------
Also, there is the cpanel error log says that the line "UEST_FILENAME} !-d" has a spelling mistake.
1. What is the line supposed to say?
2. Can someone help me fix this issue?
3. How can I find out the root cause of this problem to not get this issue again?
Any support & assistance will be greatly appreciated.