Merge pull request #343 from lionello/master

Add SymLinksIfOwnerMatch to .htaccess to squelch Apache RewriteEngine error
This commit is contained in:
Klaus Silveira
2013-09-12 12:38:19 -07:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<IfModule mod_rewrite.c>
Options -MultiViews
Options -MultiViews SymLinksIfOwnerMatch
RewriteEngine On
#RewriteBase /path/to/gitlist/

View File

@@ -44,7 +44,8 @@ In order to run GitList on your server, you'll need:
## Installing
* Download GitList from [gitlist.org](http://gitlist.org/) and decompress to your `/var/www/gitlist` folder, or anywhere else you want to place GitList.
* Rename the `config.ini-example` file to `config.ini`.
* Open up the `config.ini` and configure your installation. You'll have to provide where your repositories are located and the base GitList URL (in our case, http://localhost/gitlist).
* Open up the `config.ini` and configure your installation. You'll have to provide where your repositories are located.
* In case GitList isn't accessed through the root of the website, open .htaccess and edit RewriteBase (for example, /gitlist/ if GitList is accessed through http://localhost/gitlist/).
* Create the cache folder and give read/write permissions to your web server user:
```