Darrin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed WP Directory and cannot add mediaThanks for the suggestions, folks. It is still happening. I had unchecked “Organize my uploads into month- and year-based folders”. Still get the error “The uploaded file could not be moved to wp-content/uploads.” when trying to upload in the WP Admin panel. One thing that is curious, when I try to change the permissions via FTP, I get an error there, too, “Response: 500 ‘SITE’: command not understood”. I checked with GoDaddy (their site is a pain in the butt, I prefer 1&1 for ease of use and navigation) and they said there is a permission issue on the server that needs fixed. I will see when they can get to that. It took me about 20 tries to get through to their online chat service yesterday as they seem to be having a lot of issues or were understaffed. I will update this in a day or two when they fix the permissions and let you know what is up.
Forum: Fixing WordPress
In reply to: Changed WP Directory and cannot add mediaI tried that. I think I need to change where the database is pointing. Everything else works but adding images. I hate to have to move it all back to the /wordpress folder but I may have to. I may back up the site and then install wp on the root and restore it. But that will take a lot more time than changing the database file path.
Forum: Fixing WordPress
In reply to: Permalinks Not Working (AGAIN with the permalinks!!!)Yes, it does. because my other sites all work.
https://mcneice.com/
https://www.northcoastindustrialmetals.com/Forum: Fixing WordPress
In reply to: Permalinks Not Working (AGAIN with the permalinks!!!)Also tried this
<IfModule mod_rewrite.c> RewriteEngine On RewriteOptions inherit RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # 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
Forum: Fixing WordPress
In reply to: Permalinks Not Working (AGAIN with the permalinks!!!)Not sure if this matters…
WordPress Address (URL) https://mcneice.com/941grizzly/
Site Address (URL) https://www.941grizzly.com