Guten Tag
Mein Problem:
Ich bereite einen Serverumzug vor und habe die Page mit Hilfe der Filmanleitung beim neuen Anbieter hochgeladen. Habe die SQL-Datenbank importiert und die configuration.php angepasst. Nun funktioniert die Seite, aber leider nur die Startseite. Wenn man im Menu einen Punkt anklickt kommt HTTP 404, Seite nicht gefunden!
Ich muss dazu noch sagen, dass ich die Nameserver bei Switch noch nicht geändert habe, daher greiffe ich bis alles funktioniert über die IP auf die Seite zu.
Hat jemand eine Ahnung woran das liegen könnte?
Hier meine Seite:
--ALTER LINK WURDE ENTFERNT--
Hier meine configuration.php (xxx=meine Daten):
$mosConfig_MetaTitle = '1';
$mosConfig_absolute_path = '/home/ziehlic/public_html';
$mosConfig_admin_expired = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_back_button = '0';
$mosConfig_cachepath = '/home/ziehlic/public_html/cache';
$mosConfig_cachetime = '900';
$mosConfig_caching = '0';
$mosConfig_db = 'ziehlic_Joomla';
$mosConfig_dbprefix = 'jos_';
$mosConfig_debug = '0';
$mosConfig_dirperms = '';
$mosConfig_editor = 'tinymce';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_error_message = 'This site is temporarily unavailable.<br /> Please notify the System Administrator';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_fromname = 'Ziehli AG';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
$mosConfig_gzip = '0';
$mosConfig_helpurl = '
help.joomla.org
';
$mosConfig_hideAuthor = '1';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideEmail = '1';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '1';
$mosConfig_hidePrint = '0';
$mosConfig_hits = '1';
$mosConfig_host = 'localhost';
$mosConfig_icons = '1';
$mosConfig_item_navigation = '0';
$mosConfig_itemid_compat = '0';
$mosConfig_lang = 'german';
$mosConfig_lifetime = '900';
$mosConfig_link_titles = '0';
$mosConfig_list_limit = '50';
$mosConfig_live_site = '
195.182.222.72/~ziehlic
';
$mosConfig_locale = 'de_CH';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = --ALTER LINK WURDE ENTFERNT-- ';
$mosConfig_multilingual_support = '0';
$mosConfig_multipage_toc = '0';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'Unsere Seite ist vorübergehend Offline. Wenn Sie Fragen haben oder Informationen brauchen, sind wir unter 032 391 21 00 weiterhin erreichbar.';
$mosConfig_offset = '-1';
$mosConfig_offset_user = '0';
$mosConfig_pagetitles = '1';
$mosConfig_password = 'xxx';
$mosConfig_readmore = '1';
$mosConfig_secret = 'LCx4DE1mhVIT10wy';
$mosConfig_sef = '1';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_shownoauth = '0';
$mosConfig_sitename = 'Ziehli AG';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = 'localhost';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '0';
$mosConfig_user = 'xxx';
$mosConfig_useractivation = '1';
$mosConfig_vote = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>
Ich brauche Joomla 1.0.13
Ich denke dass ich alles richtig gemacht habe, aber habe sicher ein wichtiges Detail übersehen ??? ?
Schon mal vielen Dank für eure Hilfe