Hi everyone, I have to modify a website where I have this .htaccess # BEGIN WordPress #Options +FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress All internal links pass are redirected to index.php Now, I have to insert in a page a photogallery managed with lightbox, but it doesn't work because when an image is clicked the link is redirected to index.php I searched everywhere but I didn't find a solution or any help. I think I have to modify .htaccess, but I have no idea on how to do it. Thank you in advance for every suggestion, best regards JD