From 1a81216873cf5041e3502d7bb29003b769608d04 Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@alia.(none)> Date: Thu, 18 Oct 2012 10:31:25 -0700 Subject: [PATCH] bug --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index aa40f431..aeaf19d9 100755 --- a/install.sh +++ b/install.sh @@ -120,7 +120,7 @@ echo >> $parent_htaccess newBase=`echo $basedir|sed -e "s|https\{0,1\}://[^\/]*||g"` echo "RewriteBase $newBase" >> $parent_htaccess cat $root_htaccess >> $parent_htaccess -echo "RewriteRule ^(.+)\$ $home/index.php?q=\$home [L]" >> $parent_htaccess +echo "RewriteRule ^(.+)\$ $home/index.php?q=\$1 [L]" >> $parent_htaccess echo "</IfModule>" >> $parent_htaccess mkdir -p cache cp -r doc/examples/originalComponents components -- GitLab