I create website for Class-Project by using Codeigniter and want to remove index.php from URL.
I follow CodeIgniter removing index.php from url . It's work well in local server. But when I'm upload file to server that using Tomcat9 it doesn't work.
I'm found .htaccess doesn't work with tomcat right?
So how can I remove index.php from URL?