Browse Source

Correct README

Thomas Leister 10 years ago
parent
commit
c77150fd67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -152,13 +152,13 @@ Define the URL of the web application, and it's subfolder:
 	 * Frontend paths
 	 */
 	
-	define("FRONTEND_BASE_PATH", "http://localhost/webmum/");
+	define("FRONTEND_BASE_PATH", "http://mydomain.tld/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,
 set the settings like this:
 
-	define("FRONTEND_BASE_PATH", "http://localhost/");
+	define("FRONTEND_BASE_PATH", "http://webmum.mydomain.tld/");
 	define("SUBDIR", "");
 
 ### Admin e-mail address