Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - apewinny

Pagine: [1]
1
SEO / risolto sh404sef http500 internal server error
« il: 19 Gen 2009, 23:30:12 »
COME DICE MIO FIGLIO DI DUE ANNI :"CE L'HO FATTAAAA"
Ho riinstallato tutto joomla virtuemart sh404sef messo il punto a htaccess flaggato config seo attivato sh404sef e ORA FUNZIONA,...MISTERO GAUDIOSO!!!!!!!!!!!!!!! ;D ;D ;D ;D ;D ;D
NON SO CHE COSA AVESSE VISTO PRIMA




2
SEO / Re: sh404sef http500 internal server error
« il: 18 Gen 2009, 20:20:24 »
Ciaooooo
dunque ho caricato htaccess nuovo ma nulla cambia ormai l'errore sembra irreparabile!!! Tra l'altro righe di commento relative alle third party non ci sono  nella 1.5.9 infatti sono quelle che avevo copiato dalla documentazione di sh404sef su indicazione del componente hai suggerimenti ...
non dirmi che dveo riinstallaretuttoda capo sarebbe la quinta volta!!!!!!!!!
 :'( :'(

3
SEO / Re: sh404sef http500 internal server error
« il: 18 Gen 2009, 19:05:55 »
Grazie per l'attenzione!
Questo è il codice del mio .htaccess, tra l'altro ho provato a disattivare il componente attivare la configurazione seo ma permane l'errore (sono su server joomlahost per cui non dovrei avere problemi di compatibilità,il sito è www.goodis.it)


Codice: [Seleziona]
##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
#  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 set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

#  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
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section
########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section

4
SEO / sh404sef http500 internal server error
« il: 18 Gen 2009, 00:24:26 »
Buonasera a tutti,
dopo avere dovuto reinstallare joomla perchè mi dava delle anomalie, sia perchè non salvava gli articoli sia perché sh404sef non rimaneva attivo, mi ritrovopuntoa capo daquando hoattivato ilcomponente avendoovviamente seguito tutte le direttive di zalexo e di configurazione del componente mi da error http 500  >:( >:( >:(

Carneade please!!!!!!!!!!!!!!!

5
sh404sef ha il permesso a posto è 755 ??? ???
ti viene ??? in mente altro

6
Innanzitutto Grazie!!! ;D
Quando entro in configurazione sh404sef clikko su  attivo salvo ma quando rientro il flag è sempre sul no. Risultato le mie URL non sono friendly.


Invece se tento di creare un articolo in joomla o di modificarne uno esistente il tasto salva non reagisce e la schermata rimane bloccata

7
 :'( Cosa devo fare se sh404sef non rimane attivo sebbene abbia convertito il file .htaccess eccc...


e poi ho un anomalia nel salvataggio degli articoli ne creo uno nuovo oppure tento dimodificarne uno gi presente ma non salva devo reistallare joomla perl'ennesima volta?
helppppp :'( :'( :'( :'(

8
Joomla non salva articoli nuovi.
E anche ilcomponente sh404sef non si attiva :'( :'(
POtete darmi una mano

9
SEO / sh404sef non si attiva
« il: 17 Dic 2008, 16:10:24 »
Ho seguito tutte le indicazioni su installazione e configurazione del componente, vado su configurazione attivo salva ma non succede nulla rentro nella schermata di config di sh4040sef e ritrovo tutto starato....risultato lemie url hanno la index?php eccc.... ??? ??? ???

10
SEO / Re: virtuemart incompatibile con funzioni SEO
« il: 17 Dic 2008, 13:07:45 »
abbi pazienza non capisco cosa ntendi con seizzare...
ti sembra normale che sh404sef quando rientro me lo da inattivo?

11
SEO / Re: virtuemart incompatibile con funzioni SEO
« il: 17 Dic 2008, 12:27:34 »
Anch'io ho gloi stessi problemi ho seguito tutte le istruzioni, ma addirittura sh404sef non si attiva dopo  >:( >:(il salvataggio

12
Scusa ora ho risolto ;D

13
Aiutoooooooooooooo!!!!!!!!!!!!1
Quello che è strano è che la home è configurata come da css invece se clikko sui link che non aggancia i css ??? :'(

14
Ciao il sito è www,goodis.it ora ho disattivato il seo è il link funziona ma non aggancia i css. Grazie mille ;D

15
Sì in parte può risolvere perchè la pagina la trova ma non aggancia il css cosa può essere?  grazie;D

16
Avevo la versione 1.5.7 ho fatto l'upload ma aveva problemi così ho resettato e  ho installato la nuova versione (spazio web su joomlahost) ma non funzionano i link mi da errore 404 premetto che ho solo installato e inserito i dati di esempio!
 :'( Aiutoooooooooooooooo!!!!!!!!!!!!!!!!!!!!!!!!!!!!!111111

17
Buongiorno ho resettato il mio spazio web e installato l'ultima versione 1.5.8, ho installato i dati d'esempio però non funziona nessun link mi da error 4o4 (il mod rewrite è attivo e ho uno spazio web su joomlahost che dovrebbe essere totalmente compatibile con joomla) :'(. come fare?

Pagine: [1]


Web Design Bolzano Kreatif