summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2013-01-19 12:21:26 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2013-01-19 12:21:26 +0100
commit49e61845085aff6076a3dde056d08a278f447e6d (patch)
treebd047d36321dbcff4b64e80d6ac7f2d7d4f31908 /INSTALL
parent8e1051932eb86ef87f7b64efc86f50e633201b56 (diff)
parent07edcdab17f78ef39c3b975ea3cdbac38de8a800 (diff)
downloadaurweb-49e61845085aff6076a3dde056d08a278f447e6d.tar.xz
Merge branch 'maint'
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 76df42b..e8bf797 100644
--- a/INSTALL
+++ b/INSTALL
@@ -86,4 +86,11 @@ Setup on Arch Linux:
$ cd ~/aur/web/lib/
$ cp config.inc.php.proto config.inc.php
+ In case you set $USE_VIRTUAL_URLS to true (default nowadays) you should add
+ a rewrite rule. For Apache, add this ~/aur/web/html/.htaccess:
+
+ RewriteEngine on
+ RewriteCond %{REQUEST_URI} !^/index.php
+ RewriteRule ^(.*)$ /index.php/$1
+
8) Point your browser to http://aur