hallo leute
ich habe ein problem. ich wollte meine urls freundlicher gestalten, habe dazu joomsef installiert und das erfolgreich.
nun ist folgendes problem, das ich mein administratorbereich nicht öffnen kann, geschweige denn meine homepage sichtbar ist.
ich gebe euch mal die fehlermeldung:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webadmin@kundenserver.de 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
ich habe joomsef installiert und nichts weiter gemacht. was muss ich machen, damit ich meine seite wieder bearbeiten, bzw sehen kann???
ich habe die configuration.php folgendes on gesetzt?
var $sef = '1';
var $sef_rewrite = '1';
var $sef_suffix = '1';
ist das richtig? was muss ich noch machen?
die htacces-datei besteht aus folgenden atributen:
DirectoryIndex index.php
RewriteEngine On
RewriteBase
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
########## 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 set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a ********** tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits
ich hatte davor was anderes stehen... ist das so korrekt?
hoffe, ihr könnt mir helfen
lg delar


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen