how to leave the index.php in my domain? using htaccess what i have to write in htaccess if i want that every time instead of domain.com - will be domain.com/index.php thanks
Options +FollowSymLinks -MultiViews RewriteEngine on RewriteBase / RewriteRule ^/*$ index.php [R=301] Code (markup):