How add .html extension after search
url is like this : www.domain.com/videos/searchname
to www.domain.con/videos/searchname.html
using htaccess
RewriteRule ^videos/(.+).html$ main-search.php?q=$1
RewriteRule ^view/(.+).html$ download.php?v=$1
RewriteRule ^download/(.+) hdbuddydown.php?v=$1