jdpatterson74
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Some images not showing upHey…is you domain a sub-domain?
I created a new htaccess file and renamed the old one.
Then paste this code…and now I have all my images
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPressForum: Fixing WordPress
In reply to: Some images not showing upGodaddy just helped with testing and deactivated my plugins and changed my theme…and still had the same issue. They said it was wordpress core files are not config’d right.
I just started a new site and import images and no images show up via /wp-content/uploads/
However, other images in a different folder work…such as
wp-content/theme/…/images/
All file permissions are the same.
I rather have a simple fix, but googled and saw this…
3. Re-Install WordPress
Most of the WordPress files can be re-installed without causing any issues with the blog. The only directory NOT to touch is /wp-content/.You can re-install WordPress’ files by logging into WordPress and going to Tools -> Upgrade and selecting the re-install option. WordPress will use the built-in updater to re-install all core files but not touch any theme or plugin files.
If you can’t use the built-in WordPress tool to re-install WordPress, you can upload the files via FTP. Just be sure not to overwrite the /wp-content/ folder as this contains your theme, upload, and plugins folder. The best solution is to first delete the old files before uploading the new ones.
Forum: Fixing WordPress
In reply to: Some images not showing upDid you install via godaddy installatron?