- This topic has 9 replies, 4 voices, and was last updated 7 years, 7 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller not showing images after installing SSL with godaddy
WP Photo Seller not showing images after installing SSL cert with godaddy
Please provide SSL and non SSL site links, for comparison.
the site is stjamesage.com. the front page seems to be showing photo slide but the photos in the gallery are blank
if prompted for password: stjames17
What happens if you edit and then re-save that gallery? Do the thumbnails still fail to work?
Maybe since the SSL change, the .htaccess file in the uploads directory needs to be re-tweaked.
Using FTP or cpanel, go to the following directory:
wp-content/uploads/wp_photo_seller
Then try a test. Temporarily deactivate the .htaccess file by renaming from:
.htaccess
to
temp.access
Then try viewing your gallery page again. Do the images display properly?
If so, please provide the contents of the .htaccess file so I can take a look.
I ended up going to godaddy site and resetting .htaccess page.. all but the first photo started showing. working on that issue now
Remember that the .htaccess file I am referring to is the one in the uploads directory in following folder:
wp-content/uploads/wp_photo_seller
Don’t touch the one in your site’s main root folder.
Also don’t forget to paste the contents of that file in your reply so I can see what’s inside it.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !^facebook [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?/(.*)facebook.com [NC]
RewriteCond %{HTTP_USER_AGENT} !^Pinterest [NC]
RewriteCond %{HTTP_REFERER} !(wp-admin) [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?/stjamesage.com [NC]
RewriteCond %{REMOTE_ADDR} !(127.0.0.1|localhost|:1)
RewriteRule .* http://127.0.0.1 [L]
</IfModule>
issue resolved. thanks for the help