Redirection doesnt work correct in camp+ it shows index.php in the url when I tried to login e.g I can see this url at the login page portal.mydomain/

racheal

Beginner
Jun 11, 2019
1
1
3
Redirection doesn't work correct in camp+ it shows index.php in the url when I tried to login e.g I can see this url at the login page portal.mydomain/index.php/login
 
  • Like
Reactions: adil.anees

adil.anees

Beginner
Apr 25, 2019
1
1
3
Hi Racheal,

Thank You for reaching out with your query,

Please update this rule in htaccess,

RewriteRule ^(.*)$ /index.php?/$1 [L]
and close the previous one -> RewriteRule ^ index.php [L]

Feel free to discuss incase of any ambiguity.

Thanks.
 
  • Like
Reactions: racheal.amenda