11 lines
255 B
ApacheConf
11 lines
255 B
ApacheConf
Alias /airtime /usr/share/airtime/public
|
|
|
|
SetEnv APPLICATION_ENV "development"
|
|
|
|
<Directory /usr/share/airtime/public>
|
|
DirectoryIndex index.php
|
|
Options -Indexes FollowSymLinks MultiViews
|
|
AllowOverride All
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|