mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
ee1dc4e4bb
- Remove DISTNAME and WRKSRC - it's not needed anymore - Add USE_ZIP because upstream switched to zip distribution - Remove md5 - Mention upgrade instructions PR: ports/153930 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Feature safe: yes
12 lines
426 B
Plaintext
12 lines
426 B
Plaintext
--- 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}
|
|
|