Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d Rewriterule ^(.+)_(.+).html$ /index.php?c=$1&cat=$2 [L] Rewriterule ^(.+).html$ /index.php?c=$1 [L]