freebsd-ports/www/pivotx/files/patch-example.htaccess
Michael Scheidell ae73001c5e - Unbreak on PHP 5.4 [1]
- Supply default .htaccess in PORTEXAMPLES [1]
- Use PORT(DOCS|EXAMPLES) MACRO's for pkg-plist [2]

PR:		ports/169067 [1]
Submitted by:	Fumiyuki Shimizu <fumifumi@abacustech.jp> (maintainer) [1]
Reviewed by:	scheidell@ (me) [2]
2012-07-03 10:53:59 +00:00

11 lines
403 B
Text

--- example.htaccess.orig 2012-01-23 01:55:33.000000000 +0900
+++ example.htaccess 2012-06-25 20:28:53.000000000 +0900
@@ -13,7 +13,7 @@
#php_flag magic_quotes_gpc 0
RewriteEngine On
-# RewriteBase /
+RewriteBase /%%BLOGURL%%
# Standard PivotX rules for non-crufty URLs. The rules always work, but non-crufty
# URL must be enabled in the PivotX configuration too before they are actually used.