localhost/joomla/administrator & Local Joomla Install

Install Joomla locally: front end at http://localhost/joomla, admin at http://localhost/joomla/administrator. Setup steps, first login, and 404/blank-page fixes.


Queries like localhost/joomla/administrator or localhost joomla administrator target the Joomla admin UI. Front end and admin use different paths.

Default URLs (after install)

PurposeURL
Front endhttp://localhost/joomla
Administratorhttp://localhost/joomla/administrator
Admin with trailing slashhttp://localhost/joomla/administrator/

Use XAMPP / WAMP / MAMP and create the DB in phpMyAdmin.

Prerequisites

Install steps

  1. Download the Full Package from joomla.org
  2. Extract to htdocs/joomla/
  3. Create database joomla_local (utf8mb4_unicode_ci)
  4. Open http://localhost/joomla
  5. Enter site name, admin account, DB host localhost, credentials, table prefix jos_
  6. Remove or rename the installation folder when prompted

First admin login

  1. Open http://localhost/joomla/administrator
  2. Sign in with the admin account from the installer
  3. Optionally enable debug under Global Configuration → System

Common paths

PathPurpose
/joomlaFront end
/joomla/administratorAdmin (high-traffic search path)
/joomla/templatesTemplates
/joomla/componentsComponents

Troubleshooting

404 on administrator — correct folder joomla/administrator, Apache running, spelling/case.
Front works, admin login fails — admin credentials, cookies, intact administrator directory.
Blank home page — PHP error log; check configuration.php DB settings.
SEF 404 — disable SEF to test; fix AllowOverride + .htaccess.

Also: WordPress, Drupal.

Summary

Front: http://localhost/joomla. Admin: http://localhost/joomla/administrator. For admin 404s, verify the folder name and Apache first.

访客计数:------ Best viewed in Netscape Navigator · 800×600 © LocalHost Run