Forums
-
- Forum
- Posts
-
- Installation
- 28,552
- Troubleshooting
- 62,905
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
Another note, the Internal Server Error yesterday was fixed by correcting the .htaccess file.
At present it reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress