Ho appena installato la Ultimate SEO URLs ma al posto dell'home page visualizzo il seguente messaggio:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxx@xxx.it 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.
unica domanda... ma il SEO non serve a modificare gli URL dei vari collegamenti?
qui è rimasto tutto come prima...
link: www.schermi-videoproiezione.it
domanda...ma hai attivato il seo url dall'interfaccia admin? e resettato la cache del seo?
VHosting Solution
Web Hosting Da 26 Euro Annuo
OsCommerce Hosting 144 Euro Annuo 15% di sconto con il codice: OSC-Member su WebHosting - OSC Hosting http://www.vhosting-it.com info@vhosting-it.com
Anche perche su un server di un tizio che ho venduto una cosa e ho anche installato avevo lo stesso problema e ho disattivato quella riga di comando e il seo url funziona senza problemi
VHosting Solution
Web Hosting Da 26 Euro Annuo
OsCommerce Hosting 144 Euro Annuo 15% di sconto con il codice: OSC-Member su WebHosting - OSC Hosting http://www.vhosting-it.com info@vhosting-it.com
-- Struttura della tabella `cache`
--
DROP TABLE IF EXISTS `cache`;
CREATE TABLE IF NOT EXISTS `cache` (
`cache_id` varchar(32) NOT NULL default '',
`cache_language_id` tinyint(1) NOT NULL default '0',
`cache_name` varchar(255) NOT NULL default '',
`cache_data` mediumtext NOT NULL,
`cache_global` tinyint(1) NOT NULL default '1',
`cache_gzip` tinyint(1) NOT NULL default '1',
`cache_method` varchar(20) NOT NULL default 'RETURN',
`cache_date` datetime NOT NULL default '0000-00-00 00:00:00',
`cache_expires` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`cache_id`,`cache_language_id`),
KEY `cache_id` (`cache_id`),
KEY `cache_language_id` (`cache_language_id`),
KEY `cache_global` (`cache_global`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dump dei dati per la tabella `cache`
PS Ho editato il post perche era diventato troppo largo :P
--
nel phpmyadmin
Ultima modifica di vampire il 14/12/2008, 16:23, modificato 1 volta in totale.
VHosting Solution
Web Hosting Da 26 Euro Annuo
OsCommerce Hosting 144 Euro Annuo 15% di sconto con il codice: OSC-Member su WebHosting - OSC Hosting http://www.vhosting-it.com info@vhosting-it.com
Quella query che hai eseguito ricreava la tabella cache del tuo mysql
VHosting Solution
Web Hosting Da 26 Euro Annuo
OsCommerce Hosting 144 Euro Annuo 15% di sconto con il codice: OSC-Member su WebHosting - OSC Hosting http://www.vhosting-it.com info@vhosting-it.com
Ma ancora nn ho capito una cosa...hai provato ad attivare il seo url dall'interfaccia admin? Anche se il reset chace non funziona nn penso sia un problema...però tu lo hai attivato il seo??
VHosting Solution
Web Hosting Da 26 Euro Annuo
OsCommerce Hosting 144 Euro Annuo 15% di sconto con il codice: OSC-Member su WebHosting - OSC Hosting http://www.vhosting-it.com info@vhosting-it.com
ALTER TABLE `categories_description` ADD `categories_seo_url` VARCHAR( 100 ) NOT NULL ;
ALTER TABLE `products_description` ADD `products_seo_url` VARCHAR( 100 ) NOT NULL;
VHosting Solution
Web Hosting Da 26 Euro Annuo
OsCommerce Hosting 144 Euro Annuo 15% di sconto con il codice: OSC-Member su WebHosting - OSC Hosting http://www.vhosting-it.com info@vhosting-it.com
non riesco proprio a trovarlo...
senti ma durante l'installazione devo aggiungere qualche link al menù laterale in admin?
nel file d'installazione non c'era...