Perfect. Thanks for the quick response!
Yes, it works great now, thank you.
I’m having the exact same issue. I’ve tried several fixes that people across the net recommend, using now WP4.5, PHP 5.5.3, my .htaccess file looks like 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
I’ve tried editing that, changing wp-content/uploads permissions to 777, and nothing works.
I searched my entire public_html folder for a “user.ini” or “.user.ini” and it’s not found.
Any other suggestions?
Thanks,
Brandon