500 Internal Server Error na Home Page

  • frcolucas
  • Avatar de frcolucas Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
11 anos 4 meses atrás #96708 por frcolucas
frcolucas created the topic: 500 Internal Server Error na Home Page
Galera, há aproximadamente uma semana, enfrento um problema que não consigo entender: meus dois sites Joomla (versão 3.2.1), hospedados em uma mesma empresa de host, estavam funcionando muito bem desde o início do ano, e, nesse tempo, não realizei mudanças em módulos, templates ou afins, apenas adição em itens K2 em um deles, e no outro, nada. Ocorreu, porém, que ambos estão retornando o erro "500 Internal Server Error" ao acessá-los, apenas na home page do frontend (nada no back), e, mais interessante ainda, quando eu adiciono o alias das páginas (/alias) à URL, estas são acessadas normalmente, mesmo a home.

Minha hospedagem jura de pés juntos que não mudou absolutamente nada no servidor em que eles se encontram.

Os sites são:
http://camegfcm.com.br/
http://camegfcm.com.br/inicio (para abrir) e

http://frcolucas.com.br/
http://frcolucas.com.br/inicio (para abrir).

Meu .htaccess é este:

## Mod_rewrite in use.

RewriteEngine On

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##

RewriteBase /

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.



Alguém, por favor, pode me dar uma luz? <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Chorando ou Muito Triste" /><!-- s:cry: -->

Please Entrar ou Registrar to join the conversation.


Mais
11 anos 4 meses atrás #96795 por vandersonR7
vandersonR7 replied the topic: Re: 500 Internal Server Error na Home Page
Algo aconteceu de errado, seja em algum componente instalado ou algum plugin que esta dando conflito com algum outro.......claro isso se o suporte realmente não mexeu em nada da configuração do servidor.

Eu te daria duas opções:

1 - faça alguns testes ate ver se consegue encontrar o problema
primeiramente limpe o cache de seu site, troque o template padrão para ver se volta a funcionar
caso ainda esteja com problema vá nos plugins e apartir dos ultimos instalados vai desabilitando um a um para ver se volta ao normal e assim procedendo com os componentes. Dessa forma se vc ir testando a cada um desabilitado vai perceber em qual esta o erro.

2 - Agora se acima não conseguiu eu te aconselharia a fazer uma nova instalação crua do joomla em outro diretorio (/site) e copiar todo este conteudo para o site que esta dando problema, assim se de alguma forma o erro for de algum arquivo nativo do joomla ele vai apagar o que esta la substituindo por esse que vc ta copiando.

Agora amigo se nesse meio todo vc ainda não resolver...puts, ai o jeito é vc ver ate que data o site estava perfeito e solicitar à sua hospedagem que pegue um backup anterior e a esta data e restaure, pq melhor vc perder algum conteudo que seja doq perder o site todo por um erro que não se sabe como resolver.

Espero que sejam dicas uteis, pois se fosse comigo eu tentaria fazer desta forma.

Please Entrar ou Registrar to join the conversation.