This is my .htaccess file code.
Check MOBILIZEPH.TK, thanks.
Please correct that for me. not working, and please replace %20 in "-"
PHP Code:
RewriteBase /
RewriteEngine On
RewriteRule ^download/([a-zA-Z-]+)$ /search.php?ext=$1 [QSA,L]
RewriteRule ^download/([a-zA-Z-]+)/([a-zA-Z-]+)/([a-zA-Z-]+)\.htm$ /search.php?q=$1&ext=$2&search=$3 [QSA,L]
Please correct that for me. not working, and please replace %20 in "-"