source: trunk/Install/deb/debian/conf/apache.conf

Last change on this file was 877, checked in by chronos, 7 years ago
  • Fixed: Install correctly .htaccess file.
  • Fixed: Missing last letter in base URL.
File size: 182 bytes
Line 
1# wowpreklad default Apache configuration
2
3Alias /wowpreklad /usr/share/wowpreklad
4
5<Directory /usr/share/wowpreklad>
6 DirectoryIndex index.php
7 AllowOverride All
8</Directory>
Note: See TracBrowser for help on using the repository browser.