I am having 2 domain EXAMPLE:- example.com and result.com both built on codeigniter. I want to redirect all urls of example.com to result.com so i redirected all the urls from cpanel of example.com to result.com.
so, when i put a url of exapmle.com/folder/xyz after when it redirect to result.com it shows :- https://result.com/index.php?folder/xyz
Is there anyway to remove the index.php? ?