Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Suporte geral sobre problemas técnicos para OpenCart v1.x.
Avatar do usuário
Por rgullo
#49435
Boa Noite a Todos, estou desesperado, pois estava tentando melhorar o SEO da minha pagina e alterei o .htecess e depois voltei nao sei o que aconteceu que agora todos os produtos dao essa mensagem

Not Found

The requested document was not found on this server.
Web Server at pandalizando.com.br

o meu arquivo htacess

AddType application/x-httpd-php5 .php
Action php5-cgi-script /cgi-bin/php-cgi
AddHandler php5-cgi-script .php
Options +FollowSymlinks

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
Order deny,allow
Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule sitemap.xml /index.php?route=feed/google_sitemap
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

Obrigado