Indefero

Indefero Commit Details


Date:2009-01-13 03:05:01 (15 years 11 months 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:509d6b6aa9a8e06a1f0664633f9160ff4a16627a
Parents: 11ddf000627022fcc7457624049df63f3784de5f
Message:Added the option to follow symlinks in the default .htacces.

Changes:

File differences

INSTALL.mdtext
9797
9898
9999
100
100
101
102
103
101104
102105
103106
104107
105
108
106109
107110
108111
......
119122
120123
121124
125
122126
123127
124128
125129
126130
131
127132
128133
129134
* Extract the new archive on top of the current one.
* Update your version of Pluf.
* Check that the path in the `index.php` are still good.
* Upgrade the database with:
* Remove all the `*.phps` files in your temp folder.
* Upgrade the database with the upgrade commands:
**Upgrade commands:**
$ php /home/www/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -d -u
$ php /home/www/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -d
* Remove all the `*.phps` files in your temp folder.
## Repository Synchronization
the following `.htaccess` file to be put in the same folder of the
`www/index.php` file.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php/$1
`Options +FollowSymLinks` is only needed if you are using symlinks.
## For the Gentoo users

Archive Download the corresponding diff file

Page rendered in 0.07815s using 13 queries.