I have a website that is hosted on Godaddy server. For SEO I have made all the rule free from .php extension. for url rewrite i am using .htaccess file
.htaccess file is running fine on local server that is XAMPP, but on live server (godaddy server ) it is not working.
I have no idea about .htaccess file code
.htaccess file content is
RewriteEngine On
Options +MultiViews
i have found answer myself