Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
7f6993be
Commit
7f6993be
authored
Dec 23, 2012
by
Marcel Korpel
Committed by
Lukas Fleischer
Jan 19, 2013
Browse files
Added RewriteRule for Apache
Signed-off-by:
Lukas Fleischer
<
archlinux@cryptocrack.de
>
parent
987faad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
7f6993be
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment