Indefero

Indefero Commit Details


Date:2008-11-11 04:40:29 (16 years 1 month ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:cf01b5f3dfcd835d2b8ae6665c36464baa480df6
Parents: 9e91215205213c6394a44585cb086f43cd7862a5
Message:Added .htaccess example for Apache.

Changes:

File differences

INSTALL.mdtext
3838
3939
4040
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Now you can login with this user into the interface.
## For the Apache Webserver Users
If you are using [Apache](http://httpd.apache.org/) for your webserver
and want to have nice URLs like `http://yourdomain.com/p/yourproject/`
and not `http://yourdomain.com/index.php/p/yourproject/` you can use
the following `.htaccess` file to be put in the same folder of the
`www/index.php` file.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php/$1

Archive Download the corresponding diff file

Page rendered in 0.08204s using 13 queries.