All posts in the topic Switch to Enabling Networks (Short link)
Summary
- There are 2 posts — by 2 authors — in this topic.
- Latest post made by Martin Spernau at Jul 09 14:03 UTC
Is there a trick to enabling networks after you've been running for a while?
I was able to seemingly configure all the right settings to create a network, i
have wildcard domains enabled, but when i go to
<network>.mydomain.com/homepage.php I just see the same thing as if going to
mydomain.com/homepage.php.
Thanks in advance for the help.
You will have to edit your local_config.php file. If you install PA without networkspawningh, it set'ssome flags here. // URL to the root of the server (notice the %network_name%) $base_url = "http://%network_name%.serenity.local/paalpha/web"; // Network operation is enabled. To disable, set $_PA->enable_networks // to FALSE. To disable network spawning without deactivating existing // networks, set $_PA->enable_network_spawning to FALSE. $domain_suffix = "serenity.local"; I hope this helps -Martin Peter schrieb: > Is there a trick to enabling networks after you've been running for a while? > > I was able to seemingly configure all the right settings to create a network, i have wildcard domains enabled, but when i go to <network>.mydomain.com/homepage.php I just see the same thing as if going to mydomain.com/homepage.php.