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

Pagine: [1]
1
Anche io ho lo stesso problema, prima il menu era orizzontale, andava bene, poi ho riposizionato una serie di moduli compreso il menù e si è messo in verticale, rimettendo i moduli come prima non è tornato orizzontale.
Cercando di risolvere il problema ho fatto tante di quelle modifiche che sicuramente non ho rimesso tutto apposto.




2
SEO / Re:eliminare stringa "index.php" dall'URL
« il: 25 Gen 2014, 05:07:44 »
Ok grazie, funziona tutto perfettamente,
l'errore sul php credo di averlo risolto utilizzando una stringa che ho trovato nel primo file htaccess che ho postato:

AddHandler application/x-httpd-php54s .php

Grazie a tutti.

3
SEO / Re:eliminare stringa "index.php" dall'URL
« il: 24 Gen 2014, 16:02:08 »
ciao falchino78, a me nn sembra un htaccess di joomla, ti conviene ricaricare quello contenuto nel pacchetto di installazione della tua versione (lo trovi htaccess.txt) e rifare la procedura.


Ho fatto come mi hai detto, in  effetti il file originale ha decisamente più impostazioni. ma ora il sito mi da questo errore:
Your host needs to use PHP 5.3.1 or higher to run this version of Joomla!
[/size]
[/size]Io ho un po'  di problemi ad accedere al mio sito in ftp perchè sono in cina e la vpn che uso non mi consente di utilizzare i client ftp, non visualizza il contenuto delle cartelle, ogni lavoro con ftp mi fa perdere tanto tempo.

[/size]Ti posto la nuova configurazione...


[/size]SetEnv PHPRC /home/youruser/public_html/php.ini
[/size]##
[/size]# @package      Joomla
[/size]# @copyright   Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
[/size]# @license      GNU General Public License version 2 or later; see LICENSE.txt
[/size]##

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

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

[/size]## Mod_rewrite in use.

[/size]RewriteEngine On

[/size]## Begin - Rewrite rules to block out some common exploits.
[/size]# If you experience problems on your site block out the operations listed below
[/size]# This attempts to block the most common type of exploit `attempts` to Joomla!
[/size]#
[/size]# Block out any script trying to base64_encode data within the URL.
[/size]RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
[/size]# Block out any script that includes a <script> tag in URL.
[/size]RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
[/size]# Block out any script trying to set a PHP GLOBALS variable via URL.
[/size]RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
[/size]# Block out any script trying to modify a _REQUEST variable via URL.
[/size]RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
[/size]# Return 403 Forbidden header and show the content of the root homepage
[/size]RewriteRule .* index.php [F]
[/size]#
[/size]## End - Rewrite rules to block out some common exploits.

[/size]## Begin - Custom redirects
[/size]#
[/size]# If you need to redirect some pages, or set a canonical non-www to
[/size]# www redirect (or vice versa), place that code here. Ensure those
[/size]# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
[/size]#
[/size]## End - Custom redirects

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

[/size]RewriteBase /

[/size]## Begin - Joomla! core SEF Section.
[/size]#
[/size]RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
[/size]#
[/size]# If the requested path and file is not /index.php and the request
[/size]# has not already been internally rewritten to the index.php script
[/size]RewriteCond %{REQUEST_URI} !^/index\.php
[/size]# and the request is for something within the component folder,
[/size]# or for the site root, or for an extensionless URL, or the
[/size]# requested URL ends with one of the listed extensions
[/size]RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
[/size]# and the requested path and file doesn't directly match a physical file
[/size]RewriteCond %{REQUEST_FILENAME} !-f
[/size]# and the requested path and file doesn't directly match a physical folder
[/size]RewriteCond %{REQUEST_FILENAME} !-d
[/size]# internally rewrite the request to the index.php script
[/size]RewriteRule .* index.php [L]
[/size]#
[/size]## End - Joomla! core SEF Section.


 :'(

4
SEO / Re:eliminare stringa "index.php" dall'URL
« il: 24 Gen 2014, 15:33:02 »
Grazie, provo e ti faccio sapere.


5
SEO / Re:eliminare stringa "index.php" dall'URL
« il: 24 Gen 2014, 04:44:49 »
Ciao. Il problema è nel file .htaccess.
Lo hai innanzi tutto rinominato da htaccess.txt a .htaccess?


Una volta fatto questo aprilo e fai le seguenti modifiche:


Cerca la voce RewriteBase  e modificala in RewriteBase /


Cerca la voce Options +FollowSymLinks e modificala anteponendo un cancelletto #Options +FollowSymLinks


Salva, chiudi e carica sul server.


Infine, sul pannello di controllo di Joomla io  metto la spunta anche su "Use url rewriting"


Fammi sapere. Ciao




Nel mio file .htaccess non ci sono queste 2 voci, le ho aggiunte alla fine del file manualmente ma ancora non funziona... com'è possibile che abbia un file htaccess così stiminzito  io??? :o ;D


Copio e incollo...


# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
# -FrontPage-


IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*


<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName fotoh2o.it
AuthUserFile /home5/............/_vti_pvt/service.pwd
AuthGroupFile /home5/............../_vti_pvt/service.grp
RewriteBase /
#Options +FollowSymLinks



Tente grazie anticipati per l'aiuto.


6
ORA NON FUNZIONA NEANCHE NEL BACKEND


7
Buongiorno a tutti, è la seconda volta che dopo aver rimosso Digifolio, con l'apposito pulsante nella barra dei componenti,  il sito nel frontend mi da l'errore Errore HTTP 500 (Internal Server Error).
Come posso risolvere il problema senza dover ripristinare il sito con akeeba?
La versione di Joomla è la 2.5.8.


(Non è un problema di server perchè ho avuto lo stesso problema anche in un altro Hosting)



Allego  error_log:


[09-Jan-2013 07:16:18] PHP Warning:  require_once(/home5/studioit/public_html/includes/defines.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/index.php on line 18
[09-Jan-2013 07:16:18] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/includes/defines.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/index.php on line 18
[16-Jan-2013 23:55:53] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:55:53] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:09] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:09] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:13] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:13] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:47] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:47] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:53] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:56:53] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:00] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:00] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:23] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:23] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:28] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:28] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:33] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:57:33] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:58:26] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[16-Jan-2013 23:58:26] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:02:28] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:02:28] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:13:58] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:13:58] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:14:23] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:14:23] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:14:28] PHP Warning:  require_once(/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php) [<a href='function.require-once'>function.require-once[/url]]: failed to open stream: No such file or directory in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15
[17-Jan-2013 00:14:28] PHP Fatal error:  require_once() [<a href='function.require'>function.require[/url]]: Failed opening required '/home5/studioit/public_html/administrator/components/com_digifolio/helpers/digifolio.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home5/studioit/public_html/plugins/content/dfcontent/dfcontent.php on line 15


8
Anche io avrei bisogno di un'estensione come la tua, esporre come se fosse un sito di Ecommerce ma senza prezzi magazzino e quant'altro. Solo un'esposizione di prodotti.
Per ora intendo creare un articolo per ogni prodotto, ma vorrei qualcosa di più flessibile e dall'impaginazione automatica.  ???

Pagine: [1]


Web Design Bolzano Kreatif