Fishpig: Autologin not working authentication exception because of index.php
问题 I have Fishpig Wordpress Integration installed along with Magento CE 1.702. Wordpress is set up like this : Database Charset utf8 Table Prefix wp_ integration Integrate Theme Yes Home URL blog Path wp Single Store no I removed index.php from the frontend using this rewrite rule : `<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>` The problem is