From 4ec1879479d9fa33d3832a55718df61625b8e941 Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@alia.(none)> Date: Wed, 29 Feb 2012 16:05:04 -0800 Subject: [PATCH] Last one, with feeling! --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 08bdc17e..4ec43e95 100755 --- a/install.sh +++ b/install.sh @@ -117,7 +117,7 @@ echo "RewriteEngine on" > $parent_htaccess echo >> $parent_htaccess echo "RewriteRule ^\$ $1/index.php [L]" >> $parent_htaccess cat $root_htaccess >> $parent_htaccess -echo "RewriteRule ^(.+)\$ $lodspeakr_dir/index.php?q=\$1 [L]" >> $parent_htaccess +echo "RewriteRule ^(.+)\$ $1/index.php?q=\$1 [L]" >> $parent_htaccess mkdir cache echo -- GitLab