aboutsummaryrefslogtreecommitdiff
path: root/www/elgg/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-10 02:46:00 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-10 02:46:00 +0000
commit8994d1fa6eed4fcc57562a4dd84785531111a83a (patch)
treeb5109a4b754d6bf87ff3e0827458f6048e0db881 /www/elgg/files
parentedc7863fe958a940bc56126c0230a7fcf26bf185 (diff)
Notes
Diffstat (limited to 'www/elgg/files')
-rw-r--r--www/elgg/files/patch-htaccess_dist15
-rw-r--r--www/elgg/files/pkg-message.in2
2 files changed, 5 insertions, 12 deletions
diff --git a/www/elgg/files/patch-htaccess_dist b/www/elgg/files/patch-htaccess_dist
index 495a77302c42..26a04a47cf73 100644
--- a/www/elgg/files/patch-htaccess_dist
+++ b/www/elgg/files/patch-htaccess_dist
@@ -1,18 +1,11 @@
---- htaccess_dist.orig 2008-08-22 16:25:51.000000000 +0200
-+++ htaccess_dist 2008-09-26 10:18:45.000000000 +0200
-@@ -65,7 +65,7 @@
+--- htaccess_dist.orig 2009-11-10 10:21:19.000000000 +0800
++++ htaccess_dist 2009-11-10 10:22:15.000000000 +0800
+@@ -114,7 +114,7 @@
# If you're not running Elgg in a subdirectory on your site, but still getting lots
# of 404 errors beyond the front page, you could instead try:
#
-#RewriteBase /
+RewriteBase /elgg
- RewriteRule ^cron\/$ engine/handlers/cron_handler.php
+ RewriteRule ^action\/([A-Za-z0-9\_\-\/]+)$ engine/handlers/action_handler.php?action=$1
-@@ -84,4 +84,4 @@
- RewriteRule xml-rpc.php engine/handlers/xml-rpc_handler.php
- RewriteRule mt/mt-xmlrpc.cgi engine/handlers/xml-rpc_handler.php
-
--</IfModule>
-\ No newline at end of file
-+</IfModule>
diff --git a/www/elgg/files/pkg-message.in b/www/elgg/files/pkg-message.in
index 2e11881abb25..51553c5f348c 100644
--- a/www/elgg/files/pkg-message.in
+++ b/www/elgg/files/pkg-message.in
@@ -15,7 +15,7 @@ and change the AllowOverride setting of the DocumentRoot to
Alias /elgg %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
- AllowOverride None
+ AllowOverride All
Options Indexes FollowSymLinks
Order Allow,Deny
Allow from all