We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installation, open http://127.0.0.1 Its blank page.
modify ./public/index.php the code:
try { $app = require rtrim($paths->systemDirectory,DIRECTORY_SEPARATOR) . '/bootstrap.php'; } catch (Exception $e) { print $e->getMessage(); exit(); }
can see the message:
You have an empty or invalid base URL. The baseURL value must be set in Config\App.php, or through the .env file.
then set $baseURL in ./config/App.php
public $baseURL = 'http://127.0.0.1'; //must start with http/https.
it's well. but how to use both http and https on site?
The text was updated successfully, but these errors were encountered:
Please ask questions on the forum. The issues are for bug-tracking.
However, this might be of assistance.
Sorry, something went wrong.
No branches or pull requests
After installation, open http://127.0.0.1 Its blank page.
modify ./public/index.php the code:
can see the message:
then set $baseURL in ./config/App.php
it's well. but how to use both http and https on site?
The text was updated successfully, but these errors were encountered: