chi mi aiuta con un problema contribution seo ?
Moderatore: mod Generali
chi mi aiuta con un problema contribution seo ?
salve, stavo installando la contribution full Ultimate_Seo_Urls_v2.6_(18 Aug 2008) , ho modificato tutti i file come spiegava nel file install.html ho eseguito le 2 query del mysql e importato tutti i file richiesti, ma al fine di tutto mi dice:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
il tutto e' stato fatto come sempre sul mio sito per test http://www.tentazionishop.com
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
il tutto e' stato fatto come sempre sul mio sito per test http://www.tentazionishop.com
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
hai sistemato il file .htaccess???
Re: chi mi aiuta con un problema contribution seo ?
ho fatto cosi:
Codice: Seleziona tutto
# $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
# AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)
# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers
#<IfModule mod_setenvif.c>
# <IfDefine SSL>
# SetEnvIf User-Agent ".*MSIE.*" \
# nokeepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
# </IfDefine>
#</IfModule>
# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter
# AcceptPathInfo On
# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)
# php_value session.use_trans_sid 0
# php_value register_globals 1
# Ultimate SEO URLs BEGIN
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} ^options\=(.*)$
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}
# Added polls and newsdesk
#RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}
RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}
# BOF: Faqdesk support added by faaliyet
RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}
# EOF: Faqdesk support added by faaliyet
# Ultimate SEO URLs END
# Block Bad Bots
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule .* - [F]
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
prova a mettere questo
al posto di
Codice: Seleziona tutto
# Options +FollowSymLinks
Codice: Seleziona tutto
Options +FollowSymLinks
Re: chi mi aiuta con un problema contribution seo ?
fatto, ora pero' e cambiato l'errore:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /web/htdocs/www.tentazionishop.com/home/includes/cl ... .class.php on line 626
e' sbagliato qualcosa qui? questo e un pezzo di seo.class.php intorno la 626 che sarebbe la newsdesk
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /web/htdocs/www.tentazionishop.com/home/includes/cl ... .class.php on line 626
e' sbagliato qualcosa qui? questo e un pezzo di seo.class.php intorno la 626 che sarebbe la newsdesk
Codice: Seleziona tutto
//ojp lPath -links- definition
$this->reg_anchors = array('products_id' => '-p-',
'cPath' => '-c-',
'manufacturers_id' => '-m-',
'pID' => '-pi-',
'tPath' => '-t-',
'articles_id' => '-a-',
'products_id_review' => '-pr-',
'products_id_review_info' => '-pri-',
'info_id' => '-i-',
'faqdesk_id' => '-f-',
'faqPath' => '-fc-',
'faqdesk_reviews_id' => '-fri-',
'faqdesk_article_id' => '-fra-',
'pages_id' => '-pm-'
//'pollid' => '-po-',
'newsdesk_id' => '-n-',
'newsPath' => '-nc-',
'newsdesk_reviews_id' => '-nri-',
'newsdesk_article_id' => '-nra-',
'lPath' => '-links-'
);
$this->performance = array('NUMBER_URLS_GENERATED' => 0,
'NUMBER_QUERIES' => 0,
'CACHE_QUERY_SAVINGS' => 0,
'NUMBER_STANDARD_URLS_GENERATED' => 0,
'TOTAL_CACHED_PER_PAGE_RECORDS' => 0,
'TOTAL_TIME' => 0,
'TIME_PER_URL' => 0,
'QUERIES' => array()
);
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
il mio finisce con 'info_id'
non ho tutto il resto :S
non ho tutto il resto :S
Re: chi mi aiuta con un problema contribution seo ?
ho messo il file della contribution "Ultimate SEO URLs Version 2.1e" se non sbaglio e quella che hai installato tu (letto in altro topic) ora il sito e' riapparso, solo che mi sono spariti molti bottoni e nel lato admin configuration non mi appare seo per il settaggiodynamo ha scritto:il mio finisce con 'info_id'
non ho tutto il resto :S
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
ma strano la versione è quella che ho io... al massimo se mi mandi per pm la mail ti mando il pacchetto
Re: chi mi aiuta con un problema contribution seo ?
fatto, sembra tutto ok, l'ho messa anche sul .it e funziona anche saltando l'operazione del mysql
DELETE FROM configuration WHERE configuration_key = 'FWR_VALIDATION_ON'
DELETE FROM configuration_group WHERE configuration_group_title = 'FWR URL Validation'
che dici la faccio?
DELETE FROM configuration WHERE configuration_key = 'FWR_VALIDATION_ON'
DELETE FROM configuration_group WHERE configuration_group_title = 'FWR URL Validation'
che dici la faccio?
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
boh se funziona io non la toccherei... al limite backup e poi prova a farlo
Re: chi mi aiuta con un problema contribution seo ?
arieccomi....leggendo sul forum il consiglio di marcus viewtopic.php?f=10&t=10526 mi sono scaricato le contribution indicate da lui:
IndependentSeoUrlValidation_v1.0.4 (questa e' gia' presente nella contribution indicata da dynamo)
HeaderTags_SEO_V_3.1.2
GoogleDuplicateContentManager_vs_1.0a
volevo eliminare il problema del link che anche modificato funzionava...esempio:
http://www.tentazionishop.it/intimo-uom ... 31_40.html
http://www.tentazionishop.it/intimo-calze-c-31_40.html ecc... portano sempre alla stessa pagina, il problema e che per installare "tag seo 3" inizia con il chiedere di modificare nella index
ma nella mia questo codice e' spezzato: + come ultimo tag dove si mette description keyword porto come si fa' per modificarlo?
grazie
IndependentSeoUrlValidation_v1.0.4 (questa e' gia' presente nella contribution indicata da dynamo)
HeaderTags_SEO_V_3.1.2
GoogleDuplicateContentManager_vs_1.0a
volevo eliminare il problema del link che anche modificato funzionava...esempio:
http://www.tentazionishop.it/intimo-uom ... 31_40.html
http://www.tentazionishop.it/intimo-calze-c-31_40.html ecc... portano sempre alla stessa pagina, il problema e che per installare "tag seo 3" inizia con il chiedere di modificare nella index
Codice: Seleziona tutto
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo TITLE; ?></title>
Codice: Seleziona tutto
<?php
if($page_title == strip_tags(TITLE, "")) {
?>
<title><?php echo $page_title; ?></title>
<?php
} else {
?>
<title><?php echo $page_title . ' - ' . strip_tags(TITLE, ""); ?></title>
<?php
}
?>
Codice: Seleziona tutto
<meta http-equiv="Content-Type" content ="text/html; charset=<?php echo CHARSET; ?>">
grazie
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
dalle numerose mail scambiate con dynamo che gentilmente mi ha passato il codice della index siamo arrivati a:
solo che il problema mi e' rimasto ed entrambi non sappiamo cosa possa essere...c'è qualche buon volontario che ne sa' qualcosa?
l'errore ripeto è che modificando nel un link di un prodotto dovrebbe linkarmi a quello giusto e non di accettare quello sbagliato.
Codice: Seleziona tutto
//begin seo_metatags
$page_title = strip_tags(TITLE, "");
if ($category_depth == 'nested' || $category_depth == 'products') {
$category_query = tep_db_query("select cd.categories_name, c.categories_image from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'");
$category = tep_db_fetch_array($category_query);
$page_title = strip_tags($category['categories_name'], "");
}
if (isset($HTTP_GET_VARS['manufacturers_id'])) {
$manufacturer_query = tep_db_query("select manufacturers_name from " . TABLE_MANUFACTURERS . " where manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'");
$manufacturers = tep_db_fetch_array($manufacturer_query);
$page_title = strip_tags($manufacturers['manufacturers_name'], "");
}
// end seo_metatags
require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT);
?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html <?php echo HTML_PARAMS; ?>>
<head>
l'errore ripeto è che modificando nel un link di un prodotto dovrebbe linkarmi a quello giusto e non di accettare quello sbagliato.
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
scusate, non e' che puo' essere il pezzo saltato durante l'installazione della contribution seo? li avevo saltato le modifiche di upload file sql.....che dite?
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
Re: chi mi aiuta con un problema contribution seo ?
mi appunto qui l'errore in caso ci ricasco in futuro....ho fatto quello richiesto nel mysql
e ora funziona tutto
Codice: Seleziona tutto
DELETE FROM configuration WHERE configuration_key = 'FWR_VALIDATION_ON'
DELETE FROM configuration_group WHERE configuration_group_title = 'FWR URL Validation'
>> visitate il mio sito 2.2 http://WWW.TENTAZIONISHOP.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT
>> visitate il mio sito 2.3 http://WWW.INTIMOCLICK.IT