Skip to content
Snippets Groups Projects
Commit 9b778228 authored by alangrafu's avatar alangrafu
Browse files

Fixing error in install script and root.htaccess

parent 2a2442cb
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,5 @@ echo ""
echo "WARNING: Copying $root_htaccess as .htacess in parent directory"
echo ""
cp $root_htaccess $parent_htaccess
echo 'RewriteRule ^(.+)$ '$lodspeakrdir'/index.php?q=$1 [L]' >> $parent_htaccess
RewriteEngine on
RewriteRule ^$ lodspeakr/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !.*/index.php$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment