Hi,
I am creating an application in CI and add me to BD 3 entries instead of one.
I was able to determine that the problem is the JS file (prototype.js). When I remove the link to the file of the code view, it all works as it should.
(The file is related to the Lightbox.)
It seems to me that it has to do with mod rewrite ....
My. Htaccess:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
Prototype JS
https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js
thank you
