Back to top

Autore Topic: componente attachment 3x errore 404  (Letto 1584 volte)

Offline skynetmax

  • Nuovo arrivato
  • *
  • Post: 33
    • Mostra profilo
componente attachment 3x errore 404
« il: 02 Lug 2015, 13:37:31 »
Ciao Ragazzi ho installato e aggiornato il componente e configurato e andato tutto bene
inserisco l'allegato nell'articolo lo vedo mi fa cliccare ma quando cerca di aprire il file mi da un errore :
Non riesco a capire dove possa essere l'errore
da notare anche che se metto un normale link a un file mi da lo stesso errore !!!
sapere aiutarmi ??


     404
Not Found  The resource requested could not be found on this server!

Condividi il tuo sapere ...........

Offline skynetmax

  • Nuovo arrivato
  • *
  • Post: 33
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #1 il: 04 Lug 2015, 21:19:09 »
Davvero nessuno ??
Condividi il tuo sapere ...........

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #2 il: 04 Lug 2015, 21:32:59 »
Senza vvdere è difficile, ma se metti un link forse.

Offline skynetmax

  • Nuovo arrivato
  • *
  • Post: 33
    • Mostra profilo
Condividi il tuo sapere ...........

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #4 il: 05 Lug 2015, 09:17:19 »
Riesci a vedere l'indirizzo esatto  del file da ftp?

Offline skynetmax

  • Nuovo arrivato
  • *
  • Post: 33
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #5 il: 05 Lug 2015, 22:42:17 »
non è secondo te un problema di permiscion del file .htaccess ??

##
# @package    Joomla
# @copyright  Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.
# @license    GNU General Public License version 2 or later; see LICENSE.txt
##

##
# 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 base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%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})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

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

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

Offline skynetmax

  • Nuovo arrivato
  • *
  • Post: 33
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #6 il: 05 Lug 2015, 22:49:33 »
anche un link ad una semplice immagine non va

http://www.skylineinformatica.com/public_html/test.jpg

Allego permessi del file .htaccess
Condividi il tuo sapere ...........

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #7 il: 06 Lug 2015, 07:40:28 »
Scusa ma da dove salta fuori quella cartella public_html nell'url? Non deve starci e poi ti avevo chiesto di verificare da ftp non di vedere un inutile  .htaccess che già conosciamo a meno di modifiche segnalavi solo quelle.

Offline skynetmax

  • Nuovo arrivato
  • *
  • Post: 33
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #8 il: 06 Lug 2015, 10:34:44 »
anche un link ad una semplice immagine non va

http://www.skylineinformatica.com/public_html/test.jpg

Allego permessi del file .htaccess

Scusami non ho capito bene la tua richiesta cosa intendi da ftp ??
forse intendevi url ?

ftp://******@ftp.skylineinformatica.com/test.zip          (gli asterischi sono ovviamente il nome utente)

Tutto quello che ho aggiunto era per dare maggiori informazioni

la public_html e la directory che il mio provaider mi dice di metteri  i file da pubblicare
Condividi il tuo sapere ...........

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #9 il: 06 Lug 2015, 10:36:40 »
Intendo quello che vedi da filezilla  nella struttura delle directory, nell'url c'è una  public_html  che non ci deve essere.

Offline skynetmax

  • Nuovo arrivato
  • *
  • Post: 33
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #10 il: 06 Lug 2015, 11:46:18 »
Scoperto l'arcano RISOLTO
Era l'antivirus del provaider che mi bloccava gli allegati !!!!!

Grazie per l'aiuto e non arrabbiarti se qualcuno non capisce le tue richieste  8) :-X ;) :)
Condividi il tuo sapere ...........

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:componente attachment 3x errore 404
« Risposta #11 il: 06 Lug 2015, 11:59:28 »
No certo che non mi arrabbio  :) ti chiedo solo di mettere il risolto in modo da aiutare anche chi dovesse avere in futuro stesso problema, grazie.

 



Web Design Bolzano Kreatif