Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Alias /horde /var/www/horde
  2. <DirectoryMatch /var/www/horde/>
  3. Options +FollowSymLinks
  4. AllowOverride All
  5. order allow,deny
  6. allow from all
  7. php_value include_path .:/usr/share/php
  8. php_admin_value open_basedir /var/www/horde:/usr/share/php
  9. </DirectoryMatch>
  10.  
  11.  
  12.  
  13.  
  14. Could not find Horde's framework libraries in the following path(s): .. Please read horde/docs/INSTALL for information on how to install these libraries.
  15.  
  16.  
  17.  
  18. -------------
  19.  
  20.  
  21. working example of phpmyadmin
  22.  
  23.  
  24. Alias /phpmyadmin /usr/share/phpmyadmin
  25.  
  26. <DirectoryMatch /usr/share/phpmyadmin/>
  27. Options +FollowSymLinks
  28. AllowOverride None
  29. order allow,deny
  30. allow from all
  31.  
  32. php_flag magic_quotes_gpc Off
  33. php_flag track_vars On
  34. php_value include_path .
  35. php_admin_value open_basedir /usr/share/phpmyadmin:/etc/phpmyadmin
  36. </DirectoryMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement