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]
2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.