From 94556b6176feaaf24b9d09f3c7a4e6d23e1b1099 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Fri, 25 Sep 2009 14:53:09 +0000 Subject: [PATCH] changed htaccess directions to use a common URL in the RewriteBase. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2396f61e..f5227d76 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Import the full_dump.sql file* mysql -u root unl_social < full_dump.sql Browse to the elgg directory in your web browser and do elgg's installation: Create the local elgg/.htaccess file using the sample on the install page - Be sure to set the correct RewriteBase /~bbieber/UNL_Elgg/elgg/ for example. + Be sure to set the correct RewriteBase /workspace/UNL_Elgg/elgg/ for example. Create the local elgg/engine/settings.php file. Be sure to specify unl_social as the database name Create a local directory for elgg data outside of the web root. -- GitLab