how to convert .htaccess to web.config.
I just come to know that I need to use web.config instead of htaccess. Please find my htaccess below
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
how i can convert it into web.config ?
copy paste below code in your web.config