I have the following .htaccess at present.
suPHP_ConfigPath /home/abc/php.ini RewriteEngine on RewriteCond $
RewriteCond %{REQUEST_URI} ^(.*/)([^/]+)$ RewriteRule . %1 [R=301,L]