Title: amas92's Replies | WordPress.org

---

# amas92

  [  ](https://wordpress.org/support/users/amas92/)

 *   [Profile](https://wordpress.org/support/users/amas92/)
 *   [Topics Started](https://wordpress.org/support/users/amas92/topics/)
 *   [Replies Created](https://wordpress.org/support/users/amas92/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/amas92/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/amas92/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/amas92/engagements/)
 *   [Favorites](https://wordpress.org/support/users/amas92/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugins tab on admin leads to Internal Server Error](https://wordpress.org/support/topic/plugins-tab-on-admin-leads-to-internal-server-error/)
 *  Thread Starter [amas92](https://wordpress.org/support/users/amas92/)
 * (@amas92)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugins-tab-on-admin-leads-to-internal-server-error/#post-6449239)
 * Hi Matthew. I was able to resolve the problem. My .htaccess file was indeed messed
   up. Pasting this:
 * # 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
 * resolved the issue. I have no idea why every time I start up/reset a new site
   through Softaculous, the .htaccess file isn’t properly created, but I can again
   access plugins and themes normally.

Viewing 1 replies (of 1 total)