1

I am trying to remove index.php from codeigniter url. This code work for in every codeigniter site with aws server. But this time I am using cloudacropolis hosting and its not working for me. Here is the .htaccess code

RewriteEngine on
RewriteBase /ProjectEye/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
NomanJaved
  • 1,324
  • 17
  • 32
Chaitanya Desai
  • 333
  • 3
  • 17
  • 2
    Possible duplicate of [CodeIgniter removing index.php from url](https://stackoverflow.com/questions/19183311/codeigniter-removing-index-php-from-url) – Masivuye Cokile Oct 18 '19 at 10:39
  • Please see this if you don't get you may ask for guidance. https://stackoverflow.com/questions/9619831/remove-index-php-from-codeigniter-in-xamp/51351995#51351995 – NomanJaved Oct 18 '19 at 10:46

0 Answers0