Options +FollowSymLinks RewriteEngine On RewriteCond %{SCRIPT_FILENAME} -f [OR] RewriteCond %{SCRIPT_FILENAME} -d [OR] RewriteCond %{ENV:REDIRECT_STATUS} !^$ RewriteRule .* - [L] RewriteRule ^install.php install.php [QSA,L] RewriteRule ^search/([^/]+)?$ index.php?mainCat=search&q=$1 [QSA,L] RewriteRule ^([^/]+)/([^/]+)?$ index.php?mainCat=$1&subCat=$2 [QSA,L] RewriteRule ^([^/]+)?$ index.php?mainCat=$1 [QSA,L]