Skip to content

Instantly share code, notes, and snippets.

@chikatambun
Created August 12, 2014 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chikatambun/312ec568c1d1d56bcab5 to your computer and use it in GitHub Desktop.
Save chikatambun/312ec568c1d1d56bcab5 to your computer and use it in GitHub Desktop.
ini settingan kira2 disimpan dalam file apa dan dimana?
Alias /mail /srv/mail/public
<Directory /srv/mail/public>
Options FollowSymLinks
AllowOverride None
# For Apache <= 2.3:
Order allow,deny
allow from all
# For Apache >= 2.4
# Require all granted
SetEnv APPLICATION_ENV production
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /vimbadmin/index.php [NC,L]
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment