Created
August 12, 2014 03:35
-
-
Save chikatambun/312ec568c1d1d56bcab5 to your computer and use it in GitHub Desktop.
ini settingan kira2 disimpan dalam file apa dan dimana?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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