neu
1. Juni 2012 um 16:54
1
Immer, wenn ich meine Seite aufrufe, kommt 500 Internal Server Error und [b][i]Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@bplaced.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2 Server at lionshop.bplaced.net Port 80[/i][/b].
Ich weiß nicht mehr weiter. Ich bin jetzt das erste Mal bei bplaced.
tobsp
1. Juni 2012 um 16:58
2
Hallo,
was hast du den auf den Webspace geladen? Existiert eine .htaccess Datei?
neu
1. Juni 2012 um 17:07
3
Ich habe einen Online Shop geladen und es existiert eine .htaccess-Datei mit vollen Zugriffsrechten (777)
tobsp
1. Juni 2012 um 17:08
4
Hallo,
der Inhalt dieser .htaccess lautet wie?
neu
1. Juni 2012 um 17:11
5
In case you want to add a .htpasswd authentification
you’ll have to add the host of the shop as an allowed entity,
so that calls from the host skip the authentification
Example:
Order Deny,Allow
Deny from All
AuthType Basic
AuthName “Access not allowed”
AuthUserFile path_to_htpasswd_file/.htpasswd
Require valid-user
Allow from localhost
Satisfy Any
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
RewriteCond %{REQUEST_URI} oxseo.php$
RewriteCond %{QUERY_STRING} mod_rewrite_module_is=off
RewriteRule oxseo.php$ oxseo.php?mod_rewrite_module_is=on [L]
RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(.html|/|.jpg|.css|.pdf|.doc|.gif|.png|.js|.htc)$ %{REQUEST_URI}/ [R=301,L]
RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.html|/)$ oxseo.php
RewriteCond %{REQUEST_URI} (/out/pictures/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.jpe?g|.gif|.png)$ core/utils/getimg.php
disabling log file access from outside
<FilesMatch “(EXCEPTION_LOG.txt|.log$|.tpl$|pkg.rev)”>
order allow,deny
deny from all
Options -Indexes
DirectoryIndex index.php index.html
tobsp
1. Juni 2012 um 17:13
6
Hallo,
mache bitte mal folgendes:
neu
1. Juni 2012 um 17:15
7
dazufügen ans ende der datei oder ersetzen?
tobsp
1. Juni 2012 um 17:16
8
Hallo,
einfach aus Options +FollowSymLinks
dies machen:#Options +FollowSymLinks
kurz gesagt, einfach # davor einbauen und speichern.
neu
1. Juni 2012 um 17:20
9