Create a skip/bypass RewriteRule for the tribulant /shop folder. See the instructions in the link below.
# WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # RewriteRule for the tribulant /shop folder RewriteRule ^shop/ - [L]