I installed Drupal 8.3.0 on OpenLead 42.1 (OpenSuse), Apache 2.4, PHP5.
The installation process worked without issues, I created new site as part of the installation process and I can see the "Welcome" page. But that's it.

The new site is available from "http://localhost/drupal-8.3.0/" which was also the URL used for the installation.

As soon as I click on a link like "Appearance" or "Structure" I receive a 404 error.

Related URLs

http://localhost/drupal-8.3.0/admin/appearance
http://localhost/drupal-8.3.0/admin/config

...

Anything I am missing?

-aj

Comments

mmjvb’s picture

You would need:
RewriteBase /drupal-8.3.0
in the .htaccess in localhost/drupal-8.3.0

Assuming mod_rewrite is active in apache.