This is my .htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^(.*) data.php?chn=$1 [L,QSA]
I have 2 php files.
index.php and data.php
I to want call index.php when the request is for domain.com/ and data.php when the request is for domain.com/(anything) .