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 - bice

Pagine: [1] 2
1
Ciao a tutti ,stavo lavorando al template shopit , dopo aver cancellato un menù ,che compariva in due posizioni a cui avevo invece dato  una posizione a sinistra ,mi è saltato tutto ed ora compare la pagina 404 .Ho provato a disinstallare il template e reinstallarlo ,ma l'errore persiste molto probabilmente continua a cercare il menu che io ho cancellato come posso fare a resettare l'errore.grazie 

2
Salve a tutti ,
ho installato joomla 1.5 versione aggiornata alla 1.5.8 e virtuemart 1.1.2 ,tutto è sempre funzionato molto bene ad ogni acquisto ,ricevevo l'email ,sia io che il cliente .Ma è da 2 mesi ,che funziona a volte si ma compare dopo qualche giorno e spesso come spam , e avolte propio per niente .Ho provato ad impostare anche differenti tipologie di Email ,ma la cosa sembra rimanere immutata .Può essere un problema hosting???
il sito se volete è www.petalidoriente.com per eventuali prove (specificate Prova )altrimenti vi spedisco l'acquisto ;D ;D ;D ;) Bice

3
E' già in uso il php 5 .Qualche altro suggerimento???

4
Quando invio un commento appare la scritta Character problem. empty comment cosa Devo fare? Mi potete per cortesia aiutare.Grazie

5
SEO / Pagina 404 con sh404 sef e mxcomment
« il: 29 Set 2008, 11:24:09 »
Salve a tutti qualcuno mi può aiutare con un problema di pagina 404 con mxcomment e sh404sef .
Ho settato l'opzione salta mxcomment in sh404sef però ho il problema che appare comunque pagina 404 quando utilizzo la funzione commenti nel sito .Devo aggiungere qualcosa nel .htaccess.Mi sapete aiutare ? Grazie

6
SEO / Aiuto!prroblema con htaccess e sh404sef su helloweb
« il: 16 Set 2008, 10:45:39 »
Ho un sito su helloweb(gratuito) con joomla 1.5.3 (al momento la versione è da aggiornare)ho modificato htaccess.txt in .htaccess e modificato all'interno i parametri come da guida ,ma quando attivo sh404sef compare la home e i vari reindirizzamenti peccato perà che mi dia solo pagine 404 ,qualcuno potrebbe fornirmi htaccess corretto .(Ho attivato tutto come da guida ovviamente).Grazie infinite .

8
Se non non va bene potete darmi un copia incolla da inserire su .htaccess che sia corretto.Grazie infinite.

9
Ciao tutti ho un sito su helloweb ho inserito il componente sh 404 se e modificato htaccess.txt in .htaccess  però il reindirizzamento non è avvenuto anzi mi ha creato un sacco di problemi .Non so un H di niente su come lavorare con htaccess e quindi se qualche buona anima mi può aiutare .Un altra domandina htaccess influisce sul componente mxcomment perchè mi da un errore quando l'utente cerca di inviarmi un commento .

elenco di seguito il file .htaccess

# @version $Id: htaccess.txt 5973 2006-12-11 01:26:33Z robs $
# @package  Joomla
# @copyright  Copyright (C) 2005  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.
#
# Only use one of the two SEF sections that follow.  Lines that can be uncommented
# (and thus used) have only one #.  Lines with two #'s should not be uncommented
# In the section that you don't use, all lines should start with #
#
# For Standard SEF, use the standard SEF section.  You can comment out
# all of the RewriteCond lines and reduce your server's load if you
# don't have directories in your root named 'component' or 'content'
#
# If you are using a 3rd Party SEF or the Core SEF solution
# uncomment all of the lines in the '3rd Party or Core SEF' section
#
#####################################################

#####  SOLVING PROBLEMS WITH COMPONENT URL's that don't work #####
# SPECIAL NOTE FOR  SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED
# OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING
#
# In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# May need to be uncommented.  If you are running your Joomla!/Mambo from
# a subdirectory the name of the subdirectory will need to be inserted into this
# line.  For example, if your Joomla!/Mambo is in a subdirectory called '/test/',
# change this:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# to this:
# RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes##
#
#####################################################


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

#
#  mod_rewrite in use

RewriteEngine On


#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla!/MamboDirectory (just / for root)

RewriteBase /


########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]         ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
#RewriteRule ^(content/|component/) index.php
#
########## 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



########## 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


A me sembra un casino però ho la sensazione che qualcosa sia poco corretto .....Mah??

10
Grazie infinite ,ho provveduto  con successo .

A proposito come indico che la mia domanda è risolta????

11
Scusate molto gentilmente ,mi è capitato di attivare mod_rewrite e si è generata la pagina errore 500 che non mi permette di accedere all'amministrazione ,come posso disattivare mod_rewrite .Per cortesia non sono molto pratico di php ,se mi potete aiutare indicandomi i vari passaggi .Grazie infinite.Attendo

12
Purtroppo l'hosting per problemi di script nell'htaccess(così mi ha riferito) al momento non accetta se non fino alla 1.5.3 .Per cui attendo che avvenga l'aggiornamento per poi inserire la nuova versione 1.5.6

13
Certo che c'era scritto , ma io ho rinominato il file htaccess.txt  dal computer in .htaccess.txt  pensando che fosse giusto così pensando che l'estensione txt fosse scontata ,ma in realtà con il programma filezilla viene rinominata in .htaccess .
Adesso è tutto più chiaro o perlomeno funzionante

14
ATTIVANDO il componente seo ,le pagine per effettuare i pagamenti ,la cassa etc vengono reindirizzate alla pagina di virtuemart ,c ome posso saltare il reindirizzamento di queste pagine ?e lasciare reindirizzate solo le pagine dei vari prodotti.Grazie

15
Grazie dell'intervento ,il problema era dovuto dal hosting che non  accettava la versione aggiornata ,per cui non era un problema tecnico,mi hanno risposto di un problema d'ammissione del codice nell'htaccess .Al momento devo accontentarmi della 1.5.3 ed attendere ,Grazie comunque

17
Non mi si apre più il sito e vorrei recuperare gli articoli scritti ,dove vengono salvati? qual'è il percorso per recuperarli?Grazie .

18
A me è capitata la stessa cosa aggirnando la versione alla 1.5.5 ,sto attendendo che qualche buona anima possa aiutare ,ho avuto  alcuni problemi dopo gli aggiornamenti dalla 1.5.4 alla 1.5.5 prima fino alla 1.5.3 nn ho avuto problemi .Prova magari ad installare queste versioni .Altro non saprei ,anch'io aspetto.

19
Ciao a tutti ho aggiornato la versione 1.5.0 alla 1.5.5 , ma ora non si apre più nulla e mi da errore script , ho eseguito la procedura come da copione il mio sito è www.fabricecroci.helloweb.eu ,qualcuno mi può aiutare .
Ho peccato di stupidità e non ho fatto un backup del sito ,ed ora non ho più un dato salvato mi sapete dire perlomeno come fare a recuperare gli articoli che ho scritto in modo che se dovessi rifare tutto non debba farlo proprio da zero.Grazie mille!!

Pagine: [1] 2


Web Design Bolzano Kreatif