I've updated my .htacces file for SEO reasons so that \dir\index.php redirects to \dir\. When the .htaccess conditions are active, I'm unable to login into machform. Here are the conditions I've entered. Any ideas to login while keeping these conditions?
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
RewriteRule ^(.*)index\.php$ /$1 [R=301,L]
thanks,
Tim
