|
@@ -152,13 +152,13 @@ Define the URL of the web application, and it's subfolder:
|
|
* Frontend paths
|
|
* Frontend paths
|
|
*/
|
|
*/
|
|
|
|
|
|
- define("FRONTEND_BASE_PATH", "http://localhost/webmum/");
|
|
|
|
|
|
+ define("FRONTEND_BASE_PATH", "http://mydomain.tld/webmum/");
|
|
define("SUBDIR", "webmum/");
|
|
define("SUBDIR", "webmum/");
|
|
|
|
|
|
In the example above, WebMUM is located in a subfolder named "webmum/". If you don't want to use a subfolder, but install WebMUM directly into the domain root,
|
|
In the example above, WebMUM is located in a subfolder named "webmum/". If you don't want to use a subfolder, but install WebMUM directly into the domain root,
|
|
set the settings like this:
|
|
set the settings like this:
|
|
|
|
|
|
- define("FRONTEND_BASE_PATH", "http://localhost/");
|
|
|
|
|
|
+ define("FRONTEND_BASE_PATH", "http://webmum.mydomain.tld/");
|
|
define("SUBDIR", "");
|
|
define("SUBDIR", "");
|
|
|
|
|
|
### Admin e-mail address
|
|
### Admin e-mail address
|