Thread Starter
amas92
(@amas92)
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.