how to redirect index.php to root using htaccess

# Switch rewrite engine on RewriteEngine on # Redirect non-www to www RewriteCond %{HTTP_HOST} ^samprasanna.com$ [NC] RewriteRule ^(.*)$ http://www.samprasanna.com/$1 [R=301,L] # Do index.php to root redirect RewriteCond %{THE_REQUEST} ^[A-Z]+ /([^/]+/)*index(.[a-z0-9]+)?[^…

FREE WEB HOSTING (PHP, MySQL)

>000Webhost www.000webhost.com/‎ 000webhost.com ($0.00 webhost), is an industry leader in providing top class free web hosting services without advertising! There are no hidden costs >European FREE web hosting, No Ads…

AngularJS (IT learning Tips)

AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to…