Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
August 31, 2019 at 9:01 am in reply to: 414 Request-URI Too Large when checking out with PayPal #79831gkeiller Membergjk.photography Then go to the gallery section and try and buy 25 or more images gkeiller MemberHi, 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. gkeiller Memberhtaccess 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 ====================================== gkeiller MemberHi, 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] /(.*)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) :1)RewriteRule .* http://127.0.0.1 [L] </IfModule> ======================================================================== This is the shortcode in my PhotoGallery page: ======================================= [WPS_photo_gallery_home] ======================================= 
- 
		AuthorPosts