Ya lo pude solucionar. Era así:
Código:
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
Rewriterule ^web-(.+)$ web.php?pagina=$1
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
faltaban algunos caracteres en esta linea:
RewriteCond %{HTTP_HOST} ^www
\.(.
*)$ [NC]