Resolved, found this code and reuploaded it:
# 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
So all I have to do is go into FTP and rename the folder from, let’s say, wordpress to old-wordpress, then check the site to make sure everything works. And if it does, I can delete those files?
Is that right? @leejosehpo
Thanks! Great idea. I’ll try that. I appreciate the quick response.