diff options
Diffstat (limited to 'www/elgg/files/patch-htaccess_dist')
-rw-r--r-- | www/elgg/files/patch-htaccess_dist | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/elgg/files/patch-htaccess_dist b/www/elgg/files/patch-htaccess_dist index 26a04a47cf73..fa5949b4584c 100644 --- a/www/elgg/files/patch-htaccess_dist +++ b/www/elgg/files/patch-htaccess_dist @@ -1,11 +1,11 @@ ---- 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 ^action\/([A-Za-z0-9\_\-\/]+)$ engine/handlers/action_handler.php?action=$1
-
+--- htaccess_dist.orig 2011-01-13 09:31:29.000000000 +0800 ++++ htaccess_dist 2011-01-13 09:32:36.000000000 +0800 +@@ -95,7 +95,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 ^action\/([A-Za-z0-9\_\-\/]+)$ engine/handlers/action_handler.php?action=$1&%{QUERY_STRING} + |