]> git.pld-linux.org Git - packages/ckfinder.git/blame - apache.conf
- new, based on ckeditor and fckeditor specs
[packages/ckfinder.git] / apache.conf
CommitLineData
17a06e44
ER
1Alias /ckfinder/userfiles/ /var/lib/ckfinder/
2Alias /ckfinder/core/ /usr/share/ckfinder/
3
4<Directory /usr/share/ckfinder>
5 Allow from all
6</Directory>
7
8<Directory /var/lib/ckfinder>
9 Allow from all
10 <IfModule mod_php5.c>
11 php_value engine off
12 </IfModule>
13 <IfModule mod_php4.c>
14 php_value engine off
15 </IfModule>
16</Directory>
This page took 0.087795 seconds and 4 git commands to generate.