- 10 Jan 2017, 13:05
#71688
Galera alguem saberia me dizer por que da esse erro quando ativo url amigavel
https://www.minhaloja001.com.br/://inde ... amalhafina
o correto não seria assim https://www.minhaloja001.com.br/index.p ... amalhafina
126Notice: Undefined index: scheme in /home/minhaloja001/www/catalog/controller/common/seo_url.php on line 126Notice: Undefined index: host in /home/minhaloja001/www/catalog/controller/common/seo_url.php on line 126
meu htaccess esta assim
https://www.minhaloja001.com.br/://inde ... amalhafina
o correto não seria assim https://www.minhaloja001.com.br/index.p ... amalhafina
126Notice: Undefined index: scheme in /home/minhaloja001/www/catalog/controller/common/seo_url.php on line 126Notice: Undefined index: host in /home/minhaloja001/www/catalog/controller/common/seo_url.php on line 126
meu htaccess esta assim
Código: Selecionar todos
RewriteBase /index.php/
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/download/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]



