Hi, I'm hosting a CodeIgniter 4 app on my domain.
Could you please:
Enable mod_rewrite for my domain?
Allow .htaccess overrides (AllowOverride All)?
Confirm that Rewrite rules in .htaccess will work inside httpdocs/?
I'm trying to remove index.php from URLs but it only works when I include it
i want to access my subdomain https://vims.bharat.hacked.us/abc but its not working https://vims.bharat.hacked.us/index.php/abc is working pls help me