hello
today i was trying to add search functioality to my site. my site actually display analysis reports for websites like google.com but what if user enter simply google so i thought why not to add search function that display results on keyword google.
well i added search.php to my site and for keywords like google it works fine but if user enter domain name in search.php like http://www.daniweb.com then search.php mixup with my analysis report making php page , but its too strange that search.php which is mixup have no source code displayed when i view page source code ,
problem url :: http://www.w3db.org/q/http://www.daniweb.com
i do not know where am making mistake i did everything i can do but still same problem am facing
i think there is somehting wrong with my .htaccess
my .htaccess
RewriteRule www.(.) analysis.php?dom=$1
RewriteRule q/(.) searchfun.php?key=$1
please help in finding me the error
thanks