mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #108] Why .htaccess necessory? #84
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MiteshShah on GitHub (Jul 24, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/108
I've nginx server and nginx doesn't support .htaccess rules
Ref:
github.com/opensolutions/ViMbAdmin@0211c334b4/bin/utils.inc (L62)@barryo commented on GitHub (Jul 24, 2014):
It's how we set the Zend_Application
APPLICATION_ENV. There are better / other ways, but this is how it's done here.@naufdotal commented on GitHub (Jan 10, 2016):
i want to install vimbadmin too, and stucked on same problem.
followed by this guide : https://easyengine.io/tutorials/mail/server/postfix-dovecot-ubuntu/
please help, thanks
solved by cp {vimbadmin}/public/.htaccess.dist to .htaccess
and enabled apache2 config for vimbadmin :)
@barryo commented on GitHub (Jan 11, 2016):
It's not necessary as shown in the official installation documentation:
https://github.com/opensolutions/ViMbAdmin/wiki/Installation