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?
Oder habt ihr einen anderen Tip für mich?
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?