Hallo beisammen,
habe ein Joomla Projekt übernommen und möchte dies nun auf meinen Webspace umziehen.
Wir sind folgt vor gegangen:
1. ehem. Betreiber schickte mir Serverdateien + SQL Dump
2. Habe Serverdateien + SQL Dump hochgeladen, in der Config alle relevanten Daten (User, DB, PW & URL) geändert
Wenn ich die Seite nun aufrufe krieg ich einen:
Komme auf keine Seite, selbst nicht in den Adminbereich, immer dasselbe. In der .htaccess stand vor übernahme:PHP-Code:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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.9 (Debian) mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Server at test.max15.info-computerzubehoer.de Port 80
RewriteEngine On
Habe dies geändert in:# Rewrite URLs to http that go for the start page
RewriteCond %{HTTPS} On
RewriteCond %{REQUEST_URI} /portal15/(index[^/]*)?$
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R]
Weil das Portal im Hauptordner liegt, nicht mehr "portal15".RewriteEngine On
# Rewrite URLs to http that go for the start page
RewriteCond %{HTTPS} On
RewriteCond %{REQUEST_URI} /(index[^/]*)?$
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R]
Habt ihr eine Idee wodran es noch liegen kann?
Lg Mason1


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen