Need an htaccess/ mod_rewrite assistance to:
- Remove index.php from the display URL
- Redirect the non index.php urls to their respective index.php urls without showing index.php
- Sometimes there will be url without index.php
- The url structure has subfolders after domain and folders after index.php with query string. Tried all the answers but not working.
Example URL:
domain.com/index.php/moduleA/modeuleB?var=1&bvar=2
domain.com/folder/index.php/moduleC/moduleD?var=1&bvar=2
domain.com/folder/index.php/m1/m2/m3/m4/m5