Hola David, te pego el httacces:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
#RewriteRule ^(.*)/(.*)$ index.php?idiomas=0&menu=$1&pag=$2 [L]
RewriteRule ^(.*)$ index.php?idiomas=0&menu=$1 [L]
RewriteCond %{HTTP_HOST} ^turismogestion\.net [OR]
RewriteCond %{HTTP_HOST} ^
www.turismogestion\.net [OR]
RewriteCond %{HTTP_HOST} ^turismogestion\.es [OR]
RewriteCond %{HTTP_HOST} ^
www.turismogestion\.es [OR]
RewriteCond %{HTTP_HOST} ^turismogestion\.com [NC]
RewriteRule ^(.*)$ http://www.turismogestion.com/$1 [L,R=301]
El fallo se cuando descomento la linea comentada, tal como esta entras en la pagina y funciona bien, al descomentar es cuando falla...
Un saludo