having problem in removing index.php from my URLs in Codeigniter.
my live url : "http://ec2-174-129-44-226.compute-1.amazonaws.com" problem in live server
also prblem with local
I have tried using below code.
RewriteEngine on
RewriteCond $1 !^(index.php|resources|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d`
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
But it will fire error in local wamp server
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
Please.....help..me...Thanks....