You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
@sercangezer The setup/index.php script is expecting a fully qualified DNS name. You can put in example.com (or whatever name you like) as SITE_URL in the vibe_config.php, then if you're on linux, edit the file /etc/hosts and point the example.com to whatever IP that your server is hosting on (in this case 127.0.0.1), this act as a fake DNS name so that you can develop on your local machine. Article for reference here https://www.tecmint.com/setup-local-dns-using-etc-hosts-file-in-linux/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to installation local linux machine. But i cant define SITE URL.
Error: The url ( http://127.0.0.1/ ) defined in vibe_config.php seems wrong
How i can fix it?
The text was updated successfully, but these errors were encountered: