Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

203
Visualizações
Setting up redirect on .htaccess after configuring httpd.conf fails

Please, I have check multiple threads on stackoverflow but it is a nightmare to understand what is going wrong.

I have setup .../example.com.conf with ServerAlias as *.example.com which i believe would make my canonical name match any subdomain.

Also, I have implemented redirect rule in .htaccess so visit to bar.example.com or foo.example.com would redirect to domain.com for some reason it just doesn't work.

For some obscure reasons I do not know why www.example.com works perfectly. Please do I need to work on the A records? or do something? Note: Include /etc/httpd/custom.d/mcb.conf I just blocked some bots so and user-agents

I'm providing my exact configure of both files below... I appreciate the help in advance, guiding me what I'm doing wrongly.

example.com.conf

<VirtualHost *:80>
    ServerName example1.com
    ServerAlias *.example1.com
    ServerAdmin webmaster@example1.com
    DocumentRoot /var/www/example1.com/public_html

    <Directory /var/www/example1.com/public_html>
        Options +FollowSymLinks
        AllowOverride All
        Include /etc/httpd/custom.d/mcb.conf
    </Directory>

    ErrorLog /var/log/httpd/example1.com-error.log
    CustomLog /var/log/httpd/example1.com-access.log combined
</VirtualHost>

.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteCond %{HTTP_HOST} ^(.*)\.example1\.com [NC]
   RewriteRule ^(.*)$ http://domain-for-example.com/$1 [R=301,L]
</IfModule>
over 4 years ago · Santiago Trujillo
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda