Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Alias /vimbadmin /usr/local/vimbadmin/public
- <Directory /usr/local/vimbadmin/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 ^.*$ /usr/local/vimbadmin/index.php [NC,L]
- </Directory>
Advertisement
Add Comment
Please, Sign In to add comment