PHPageBuilder: Page not found

Hi, thanks for sharing your work.

I’m running it on a ubuntu server 18.04.

I’m not sure, where my fault is, but i only get a blank page with the text “Page not found”. At the root of the domain and also on /admin. First i forgot to copy the confing.php into the webroot folder. But after i did, run the .sql file and edited the config it seems, that i’ve everything done, you described. What could be the problem?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 18 (8 by maintainers)

Most upvoted comments

@HansSchouten yes, sorry. I don’t use nano often so i didn’t realize that there was something missing when i copied it from the server.

So here is the start of the config:

<?php

return [
    /*
     |--------------------------------------------------------------------------
     | General settings
     |--------------------------------------------------------------------------
     |
     | General settings for configuring the PageBuilder.
     |
     */
    'general' => [
        'base_url' => 'http://localhost',
        'language' => 'en',
        'assets_url' => '/assets',
        'uploads_url' => '/uploads'
    ],

I changed base_url to 'base_url' => 'http://test.e-hilfe.com/' and now it works too here 😃 Thanks!

Perfect! Problem solved, thank you! https://www.otimo.site/admin