Forum Replies Created
-
AuthorPosts
-
bwilmerMember
no change…
bwilmerMemberI will clean it up and give that a try. could this be a .php issue?
bwilmerMemberpro theme
# BEGIN GD-SSL
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_USER_AGENT} ^(.+)$
RewriteCond %{SERVER_NAME} ^stjamesage.com$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Header add Strict-Transport-Security “max-age=300”
</IfModule>
# END GD-SSL
# 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
# 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
free theme
# BEGIN GD-SSL
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_USER_AGENT} ^(.+)$
RewriteCond %{SERVER_NAME} ^stjamesage.com$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Header add Strict-Transport-Security “max-age=300”
</IfModule>
# END GD-SSL
# 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
# 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
from /home/siteftpname/html/.htaccess
bwilmerMemberwp-content/uploads/wp_photo_seller
bwilmerMemberat this loacation? wp-content/uploads/wp_photo_seller
bwilmerMemberI reverted back to the free version to make sure it was working correctly. everything worked fine and have since changed back to the Pro theme and it is not working again
bwilmerMemberyes and the pages are there with photos attached but do not display when “view” is clicked
permalink set to post name
bwilmerMemberit has a built in photo slide AwesomeOne by flythemes.net
bwilmerMembernothing found?
[https://stjamesage.com/photogallery/]
have 10 sub galleries under the main and they get the 404 but the main gallery says Not Found
April 25, 2017 at 11:33 pm in reply to: WP Photo Seller not showing images after installing SSL with godaddy #75527bwilmerMemberissue resolved. thanks for the help
April 24, 2017 at 5:05 pm in reply to: WP Photo Seller not showing images after installing SSL with godaddy #75526bwilmerMember<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>
April 24, 2017 at 3:44 am in reply to: WP Photo Seller not showing images after installing SSL with godaddy #75524bwilmerMemberI ended up going to godaddy site and resetting .htaccess page.. all but the first photo started showing. working on that issue now
April 21, 2017 at 6:05 pm in reply to: WP Photo Seller not showing images after installing SSL with godaddy #75521bwilmerMemberif prompted for password: stjames17
April 21, 2017 at 6:02 pm in reply to: WP Photo Seller not showing images after installing SSL with godaddy #75520bwilmerMemberthe site is stjamesage.com. the front page seems to be showing photo slide but the photos in the gallery are blank
-
AuthorPosts