it would be nice to have an additional option to remove the /index.php/ path from urls in the htaccess-Maker.
.htaccess rule:
# Remove /index.php/ path from URL (SEF must be enabled in Joomla configuration) RewriteCond %{REQUEST_URI} ^/index\.php/ RewriteRule ^index.php/(.*) /$1 [R,L]
Thanks,
Reinhard