Update von 3.18 -> 3.19: 403 Forbidden

XSnakeX

Aktives Mitglied
8. Juli 2012
92
1
Hallo zusammen,
nachdem ich mich nach längerer Zeit mal wieder um meinen Shop kümmern wollte, habe ich mir gedacht das ich dieses erstmal auf die aktuellste Version bringe.
Habe laut Anleitung den Shop im Kundencenter runtergeladen, die entsprechenden Daten gelöscht und alles hochgeladen.
Jetzt wollte ich im Backend das Update "anstoßen" und erhalte folgende Fehlermeldung und weiß nicht weiter:

Forbidden

You don't have permission to access /shop/update/318/318.php on this server.

Habe dem "update-Ordner" auch testweise komplette Berechtigung (777) zugewiesen, brachte aber keine Besserung.
Was ich vielleicht erwähnen sollte ist, das ich parallel auf dem Server noch eine Joomla-Seite betreibe und der Shop in einem Unterverzeichnis liegt.
Kann das in dem Zusammenhang etwas mit meiner htaccess zu tun haben?

Code:
[LIST]
[*]AddHandler php53-cgi .php
[*]php_flag magic_quotes_gpc off
[*]php_flag display_errors off
[*]php_value max_execution_time [COLOR=#000000]120[/COLOR]
[*]
[*][COLOR=#000000][B]<[/B][/COLOR]IfModule mod_rewrite.c[COLOR=#000000][B]>[/B][/COLOR]
[*]Options +FollowSymlinks
[*]RewriteEngine On
[*]
[*][COLOR=#666666][I]# Adaptive-Images -----------------------------------------------------------------------------------[/I][/COLOR]
[*]
[*][COLOR=#666666][I]# Add any directories you wish to omit from the Adaptive-Images process on a new line, as follows:[/I][/COLOR]
[*][COLOR=#666666][I]# RewriteCond %{REQUEST_URI} !some-directory[/I][/COLOR]
[*][COLOR=#666666][I]# RewriteCond %{REQUEST_URI} !another-directory[/I][/COLOR]
[*]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]REQUEST_URI[COLOR=#7A0874][B]}[/B][/COLOR] [COLOR=#000000][B]![/B][/COLOR]assets
[*]
[*][COLOR=#666666][I]# Send any GIF, JPG, or PNG request that IS NOT stored inside one of the above directories[/I][/COLOR]
[*][COLOR=#666666][I]# to adaptive-images.php so we can select appropriately sized versions[/I][/COLOR]
[*]RewriteRule \.[COLOR=#7A0874][B]([/B][/COLOR]?:jpe?g[COLOR=#000000][B]|[/B][/COLOR]gif[COLOR=#000000][B]|[/B][/COLOR]png[COLOR=#7A0874][B])[/B][/COLOR]$ adaptive-images.php
[*]
[*][COLOR=#666666][I]# END Adaptive-Images -------------------------------------------------------------------------------[/I][/COLOR]
[*][COLOR=#000000][B]</[/B][/COLOR]IfModule[COLOR=#000000][B]>[/B][/COLOR]
[*]
[*][COLOR=#666666][I]##[/I][/COLOR]
[*][COLOR=#666666][I]# @package    Joomla[/I][/COLOR]
[*][COLOR=#666666][I]# @copyright    Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.[/I][/COLOR]
[*][COLOR=#666666][I]# @license    GNU General Public License version 2 or later; see LICENSE.txt[/I][/COLOR]
[*][COLOR=#666666][I]##[/I][/COLOR]
[*]
[*][COLOR=#666666][I]##[/I][/COLOR]
[*][COLOR=#666666][I]# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE![/I][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*][COLOR=#666666][I]# The line just below this section: 'Options +FollowSymLinks' may cause problems[/I][/COLOR]
[*][COLOR=#666666][I]# with some server configurations. It is required for use of mod_rewrite, but may already[/I][/COLOR]
[*][COLOR=#666666][I]# be set by your server administrator in a way that dissallows changing it in[/I][/COLOR]
[*][COLOR=#666666][I]# your .htaccess file. If using it causes your server to error out, comment it out (add # to[/I][/COLOR]
[*][COLOR=#666666][I]# beginning of line), reload your site in your browser and test your sef url's. If they work,[/I][/COLOR]
[*][COLOR=#666666][I]# it has been set by your server administrator and you do not need it set here.[/I][/COLOR]
[*][COLOR=#666666][I]##[/I][/COLOR]
[*]
[*][COLOR=#666666][I]## Can be commented out if causes errors, see notes above.[/I][/COLOR]
[*]Options +FollowSymLinks
[*]
[*][COLOR=#666666][I]## Mod_rewrite in use.[/I][/COLOR]
[*]
[*]RewriteEngine On
[*]
[*][COLOR=#666666][I]## Begin - Rewrite rules to block out some common exploits.[/I][/COLOR]
[*][COLOR=#666666][I]# If you experience problems on your site block out the operations listed below[/I][/COLOR]
[*][COLOR=#666666][I]# This attempts to block the most common type of exploit `attempts` to Joomla![/I][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*][COLOR=#666666][I]# Block out any script trying to base64_encode data within the URL.[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]QUERY_STRING[COLOR=#7A0874][B]}[/B][/COLOR] base64_encode[COLOR=#7A0874][B][[/B][/COLOR]^[COLOR=#7A0874][B]([/B][/COLOR][COLOR=#7A0874][B]][/B][/COLOR][COLOR=#000000][B]*[/B][/COLOR]\[COLOR=#7A0874][B]([/B][/COLOR][COLOR=#7A0874][B][[/B][/COLOR]^[COLOR=#7A0874][B])[/B][/COLOR][COLOR=#7A0874][B]][/B][/COLOR][COLOR=#000000][B]*[/B][/COLOR]\[COLOR=#7A0874][B])[/B][/COLOR] [COLOR=#7A0874][B][[/B][/COLOR]OR[COLOR=#7A0874][B]][/B][/COLOR]
[*][COLOR=#666666][I]# Block out any script that includes a <script> tag in URL.[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]QUERY_STRING[COLOR=#7A0874][B]}[/B][/COLOR] [COLOR=#7A0874][B]([/B][/COLOR][COLOR=#000000][B]<|%[/B][/COLOR]3C[COLOR=#7A0874][B])[/B][/COLOR][COLOR=#7A0874][B]([/B][/COLOR][COLOR=#7A0874][B][[/B][/COLOR]^s[COLOR=#7A0874][B]][/B][/COLOR][COLOR=#000000][B]*[/B][/COLOR]s[COLOR=#7A0874][B])[/B][/COLOR]+cript.[COLOR=#000000][B]*[/B][/COLOR][COLOR=#7A0874][B]([/B][/COLOR][COLOR=#000000][B]>|%[/B][/COLOR]3E[COLOR=#7A0874][B])[/B][/COLOR] [COLOR=#7A0874][B][[/B][/COLOR]NC,OR[COLOR=#7A0874][B]][/B][/COLOR]
[*][COLOR=#666666][I]# Block out any script trying to set a PHP GLOBALS variable via URL.[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]QUERY_STRING[COLOR=#7A0874][B]}[/B][/COLOR] GLOBALS[COLOR=#7A0874][B]([/B][/COLOR]=[COLOR=#000000][B]|[/B][/COLOR]\[COLOR=#7A0874][B][[/B][/COLOR][COLOR=#000000][B]|[/B][/COLOR]\[COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B][[/B][/COLOR][COLOR=#000000]0[/COLOR]-9A-Z[COLOR=#7A0874][B]][/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR][COLOR=#000000]0[/COLOR],[COLOR=#000000]2[/COLOR][COLOR=#7A0874][B]}[/B][/COLOR][COLOR=#7A0874][B])[/B][/COLOR] [COLOR=#7A0874][B][[/B][/COLOR]OR[COLOR=#7A0874][B]][/B][/COLOR]
[*][COLOR=#666666][I]# Block out any script trying to modify a _REQUEST variable via URL.[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]QUERY_STRING[COLOR=#7A0874][B]}[/B][/COLOR] _REQUEST[COLOR=#7A0874][B]([/B][/COLOR]=[COLOR=#000000][B]|[/B][/COLOR]\[COLOR=#7A0874][B][[/B][/COLOR][COLOR=#000000][B]|[/B][/COLOR]\[COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B][[/B][/COLOR][COLOR=#000000]0[/COLOR]-9A-Z[COLOR=#7A0874][B]][/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR][COLOR=#000000]0[/COLOR],[COLOR=#000000]2[/COLOR][COLOR=#7A0874][B]}[/B][/COLOR][COLOR=#7A0874][B])[/B][/COLOR]
[*][COLOR=#666666][I]# Return 403 Forbidden header and show the content of the root homepage[/I][/COLOR]
[*]RewriteRule .[COLOR=#000000][B]*[/B][/COLOR] index.php [COLOR=#7A0874][B][[/B][/COLOR]F[COLOR=#7A0874][B]][/B][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*][COLOR=#666666][I]## End - Rewrite rules to block out some common exploits.[/I][/COLOR]
[*]
[*][COLOR=#666666][I]## Begin - Custom redirects[/I][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*][COLOR=#666666][I]# If you need to redirect some pages, or set a canonical non-www to[/I][/COLOR]
[*][COLOR=#666666][I]# www redirect (or vice versa), place that code here. Ensure those[/I][/COLOR]
[*][COLOR=#666666][I]# redirects use the correct RewriteRule syntax and the [R=301,L] flags.[/I][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*][COLOR=#666666][I]## End - Custom redirects[/I][/COLOR]
[*]
[*][COLOR=#666666][I]##[/I][/COLOR]
[*][COLOR=#666666][I]# Uncomment following line if your webserver's URL[/I][/COLOR]
[*][COLOR=#666666][I]# is not directly related to physical file paths.[/I][/COLOR]
[*][COLOR=#666666][I]# Update Your Joomla! Directory (just / for root).[/I][/COLOR]
[*][COLOR=#666666][I]##[/I][/COLOR]
[*]
[*][COLOR=#666666][I]# RewriteBase /[/I][/COLOR]
[*]
[*][COLOR=#666666][I]## Begin - Joomla! core SEF Section.[/I][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*]RewriteRule .[COLOR=#000000][B]*[/B][/COLOR] - [COLOR=#7A0874][B][[/B][/COLOR][COLOR=#007800]E[/COLOR]=HTTP_AUTHORIZATION:[COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]HTTP:Authorization[COLOR=#7A0874][B]}[/B][/COLOR][COLOR=#7A0874][B]][/B][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*][COLOR=#666666][I]# If the requested path and file is not /index.php and the request[/I][/COLOR]
[*][COLOR=#666666][I]# has not already been internally rewritten to the index.php script[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]REQUEST_URI[COLOR=#7A0874][B]}[/B][/COLOR] [COLOR=#000000][B]![/B][/COLOR]^[COLOR=#000000][B]/[/B][/COLOR]index\.php
[*][COLOR=#666666][I]# and the request is for something within the component folder,[/I][/COLOR]
[*][COLOR=#666666][I]# or for the site root, or for an extensionless URL, or the[/I][/COLOR]
[*][COLOR=#666666][I]# requested URL ends with one of the listed extensions[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]REQUEST_URI[COLOR=#7A0874][B]}[/B][/COLOR] [COLOR=#000000][B]/[/B][/COLOR]component[COLOR=#000000][B]/|[/B][/COLOR][COLOR=#7A0874][B]([/B][/COLOR][COLOR=#000000][B]/[/B][/COLOR][COLOR=#7A0874][B][[/B][/COLOR]^.[COLOR=#7A0874][B]][/B][/COLOR][COLOR=#000000][B]*|[/B][/COLOR]\.[COLOR=#7A0874][B]([/B][/COLOR]php[COLOR=#000000][B]|[/B][/COLOR]html?[COLOR=#000000][B]|[/B][/COLOR]feed[COLOR=#000000][B]|[/B][/COLOR]pdf[COLOR=#000000][B]|[/B][/COLOR]vcf[COLOR=#000000][B]|[/B][/COLOR]raw[COLOR=#7A0874][B])[/B][/COLOR][COLOR=#7A0874][B])[/B][/COLOR]$ [COLOR=#7A0874][B][[/B][/COLOR]NC[COLOR=#7A0874][B]][/B][/COLOR]
[*][COLOR=#666666][I]# and the requested path and file doesn't directly match a physical file[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]REQUEST_FILENAME[COLOR=#7A0874][B]}[/B][/COLOR] [COLOR=#000000][B]![/B][/COLOR]-f
[*][COLOR=#666666][I]# and the requested path and file doesn't directly match a physical folder[/I][/COLOR]
[*]RewriteCond [COLOR=#000000][B]%[/B][/COLOR][COLOR=#7A0874][B]{[/B][/COLOR]REQUEST_FILENAME[COLOR=#7A0874][B]}[/B][/COLOR] [COLOR=#000000][B]![/B][/COLOR]-d
[*][COLOR=#666666][I]# internally rewrite the request to the index.php script[/I][/COLOR]
[*]RewriteRule .[COLOR=#000000][B]*[/B][/COLOR] index.php [COLOR=#7A0874][B][[/B][/COLOR]L[COLOR=#7A0874][B]][/B][/COLOR]
[*][COLOR=#666666][I]#[/I][/COLOR]
[*][COLOR=#666666][I]## End - Joomla! core SEF Section.[/I][/COLOR]
[/LIST]


Oder habt ihr einen anderen Tip für mich?
 

casim

Sehr aktives Mitglied
26. Juni 2012
5.934
10
AW: Update von 3.18 -> 3.19: 403 Forbidden

bei welchem Hoster bist du?

Brauchst du angepasste php.ini's wegen ioncube?
 

XSnakeX

Aktives Mitglied
8. Juli 2012
92
1
AW: Update von 3.18 -> 3.19: 403 Forbidden

Nein, bin bei all-inkl. und hatte bisher keine Probleme, auch nicht mit vorherigen Updates. Das einzigste was war, das ich bei all-inkl. auf einen anderen server umgezogen (wurde).
 

WIMA Webdesign

Offizieller Servicepartner
SPBanner
8. Januar 2011
443
19
AW: Update von 3.18 -> 3.19: 403 Forbidden

Hast du mal den Shopdateien und Datenbank Check angeschaut ob modifizierte Dateien vorhanden sind? Hast du die Rechte auch auf alle Unterordner und Dateien angewandt?
 

XSnakeX

Aktives Mitglied
8. Juli 2012
92
1
AW: Update von 3.18 -> 3.19: 403 Forbidden

Hast du mal den Shopdateien und Datenbank Check angeschaut ob modifizierte Dateien vorhanden sind...
Manchmal ist man einfach so blind und denkt viel zu kompliziert, obwohl es so einfach sein kann...
Hatte 1 modifizierte Datei (.htaccess im / shop/update/318-Ordner), wie auch immer die da hin gekommen ist?!
Egal, Datei neu hochgeladen und schon geht's!

Vielen Dank euch
 
Ähnliche Themen
Titel Forum Antworten Datum
Probleme mit dem Abgleich von Amazon seit Update auf JTL-Wawi 1.964 JTL-Wawi 1.9 0
ERLEDIGT: Nach Update auf von Shop 5.3.x auf 5.4.0 ERROR 500 Wer kann helfen Upgrade JTL-Shop4 auf JTL-Shop5 0
Neu Update von Version 1.0.0.0 schlägt fehl auf Version 1.4.29.0 User helfen Usern - Fragen zu JTL-Wawi 3
Neu Update von 5.1.5 auf 5.4 nicht möglich Installation / Updates von JTL-Shop 4
Neu ++ Fehler beim update von 1.55.5.3 auf version 1.8.11.0 ++ Installation von JTL-Wawi 8
Neu Update JTL Wawi von 1.0.0.0 auf 1.8.10.0 Installation von JTL-Wawi 14
Neu JTL2Datev ist defekt bei mir seit dem Update von 30.10.2024 User helfen Usern - Fragen zu JTL-Wawi 6
Update von 1.6.47.2 auf 1.9.5.3 (Registrierung, usw.) JTL-Wawi 1.9 1
Fehler bei Update von 1.5.55.8 auf 1.7.15.6 ( Unbehandelte Ausnahme #7110FFD83C0136E0 vom Typ JTL.Database.SqlUpdater.UpdateException) JTL-Wawi 1.7 0
Neu Update Wawi von 1.0.11 auf 1.9 Installation von JTL-Wawi 10
Neu Blogbeitrags Titelbilder und Rechtliche informationen seit update auf 5.4 nicht sichtbar/ausgeblendet. JTL-Shop - Fehler und Bugs 6
Update auf 1.9.6.5 Track & Trace JTL-Wawi 1.9 2
Neu Nach Update auf JTL GPSR-Plugin 1.0.3 vom Backend ausgeschlossen Plugins für JTL-Shop 25
Neu JTL Connector erzeugt auf diversen Seiten wie etwa dem Warenkorb einen Bad Gateway 502 nach Update zu Woocommerce Version 9.4.3 WooCommerce-Connector 0
Nach Update auf 1.9.6.5 sind in der Wawi alle Hersteller DOPPELT ! vorhanden JTL-Wawi 1.9 5
Neu Update für Shopvote 1.1.0 führt zu SQL-Fehler Plugins für JTL-Shop 5
Neu Shop Update. Datenbanksicherung Wo wird diese abgelegt? Installation / Updates von JTL-Shop 2
Neu Probleme nach update des neuen Shops JTL-Shop - Fehler und Bugs 9
Neu update auf 5.4.0 klappt nicht (dbupdater) Installation / Updates von JTL-Shop 2
Nach Update, wie Zahlungsabgleich bei Benutzern machen? JTL-Wawi 1.9 1
Neu JTL Wawi 1.9.6.2 024-11 Kumulatives Update für .NET Framework 3.5 und 4.8.1 für Windows 11, version 23H2 für x64 (KB5045935) JTL-Wawi - Fehler und Bugs 2
Neu WMS Teilmengen - Dank Update deaktiviert. JTL-WMS / JTL-Packtisch+ - Ideen, Lob und Kritik 0
Neu Fehler bei Update: Error "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'web10_14.plugin_state_log' doesn't exist" in migration.... Installation / Updates von JTL-Shop 2
Update 1.9.6.1 weitere Verkaufskanäle fehler bei Abgleich JTL-Wawi 1.9 1
Neu [Entwarnung] ACHTUNG: JTL Shop 5.3.3 | Nach Update des JTL PayPal Commerce Plugins kein Backend mehr verfügbar (FATAL ERROR) Installation / Updates von JTL-Shop 2
Neu Alte Blogbeiträge sind nach Update nicht abrufbar JTL-Shop - Fehler und Bugs 0
Neu Nach update auf 5.4 kein Login mehr möglich JTL-Shop - Fehler und Bugs 2
Fatal-Error im Adminbereich nach Update - Shop läuft Upgrade JTL-Shop4 auf JTL-Shop5 4
Neu Warnung: Update auf Shop 5.4 Installation / Updates von JTL-Shop 51
Neu Nach Update auf 5.4 klappt einiges nicht mehr ! Installation / Updates von JTL-Shop 9
Neu Update auf 5.4.0 schlägt fehl Installation / Updates von JTL-Shop 4
Nach Update auf 1.9 alle Drucker verschwunden JTL-Wawi 1.9 6
Neu Fehlermeldung nach Shop-Update Installation / Updates von JTL-Shop 2
JTL Wawi Update 1.8.12.4 auf 1.9.5.2 nicht möglich JTL-Wawi 1.9 4
Neu WMS APP Sprachausgabe funktioniert nach Android Update nicht mehr JTL-WMS / JTL-Packtisch+ - Fehler und Bugs 1
Neu SQL-Abfrage von im Onlineshop aktiven Artikeln JTL Ameise - Eigene Exporte 2
Neu Wunschzettel von Kunden einsehen Allgemeine Fragen zu JTL-Shop 1
Mails von verschiedenen Adressen senden JTL-Wawi 1.9 9
Otto Verkaufskanal Häkchen entfernt sich von selbst Otto.de - Anbindung (SCX) 0
Neu GPSR Angaben - Problem mit Lösung von Dreizack Medien Technische Fragen zu Plugins und Templates 2
Neu Automatisches Ausliefern von Vouchers aus WMS User helfen Usern - Fragen zu JTL-Wawi 0
Neu Problem bei der Anzeige von Hinweistexten für Produkte einer bestimmten Kategorie im NOVA Template Allgemeine Fragen zu JTL-Shop 1
Neu doppelter Etikettendruck bei Umlagerung von Filialen User helfen Usern - Fragen zu JTL-Wawi 0
Neu MHD von Stücklistenpositionen auf Lieferschein Druckvorlage ausgeben Druck-/ E-Mail-/ Exportvorlagen in JTL-Wawi 0
Neu Dropshipping Einstellungen in Wawi mit Händler, aber Versand geht von uns aus???? User helfen Usern - Fragen zu JTL-Wawi 3
Neu Bestände eines Artikels, die mindestens ein MHD von x Tagen aufweisen Eigene Übersichten in der JTL-Wawi 5
Neu Umzug von SQL 2016 Express auf SQL 2019 Standard mit Wawi 1.8.12.2 Installation von JTL-Wawi 10
Neu JTL Edition "Advanced" und Auftragspakete von JTL Start buchbar? User helfen Usern - Fragen zu JTL-Wawi 2
Kein automatischer Abgleich von Kaufland JTL-Wawi 1.9 11
Neu Paypal Plugin wird von akutellen IOS Geräten nicht geladen Plugins für JTL-Shop 17

Ähnliche Themen