.htaccess not working in amazon ec2 ubuntu instance
I have a server from amazon's ec2 service running on Linux Ubuntu ( Ubuntu Server 13.04 64 bit) and I have installed apache, php, and mysql. I have added a .htaccess file in my document root (i.e /var/www/). Here is the code in .htaccess file as follows: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php If I remove .php from url like "index1" instead of "index1.php", it returns 404 browser error. It works properly in my previous server. I have .htaccess enabled in server. I did it using command "sudo vim /etc