Forum Replies Created
-
AuthorPosts
-
August 31, 2019 at 9:01 am in reply to: 414 Request-URI Too Large when checking out with PayPal #79831gkeillerMember
gjk.photography
Then go to the gallery section and try and buy 25 or more images
gkeillerMemberHi, yes, my site is currently now running with no plugins activated (except the WPS plugin) and the default Twenty19 theme. As you can see, it still has the same issues.
gkeillerMemberhtaccess file in root
=====================================
# Switch rewrite engine off in case this was installed under HostPay.
RewriteEngine Off
AddHandler application/x-httpd-php70 .php .php5
DirectoryIndex index.cgi index.php
# 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
======================================
gkeillerMemberHi,
This is my htaccess file:
========================================================================
<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://(.*)?.gjk.photography [NC]
RewriteCond %{REMOTE_ADDR} !(127.0.0.1|localhost|:1)
RewriteRule .* http://127.0.0.1 [L]
</IfModule>
========================================================================
This is the shortcode in my PhotoGallery page:
=======================================
[WPS_photo_gallery_home]
=======================================
-
AuthorPosts