.htaccess affect other file url – SEO
I am trying to make .htaccess rule not affect other file url example my .htaccess rule is RewriteEngine On RewriteRule ^([^/]*)$ /tr/hp.php?q=$1 [L] my site url is mydomain.com/keywords everything working good on keywords but when I try to open robots.txt…