[GH-ISSUE #108] Why .htaccess necessory? #84

Closed
opened 2026-02-26 09:35:43 +03:00 by kerem · 3 comments
Owner

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

root@easyengine:/var/www/22222/htdocs/vimbadmin# ./bin/doctrine2-cli.php orm:schema-tool:create
ERROR: public/.htaccess does not exist / is not readable - set this up first!

Ref: github.com/opensolutions/ViMbAdmin@0211c334b4/bin/utils.inc (L62)

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 ``` bash root@easyengine:/var/www/22222/htdocs/vimbadmin# ./bin/doctrine2-cli.php orm:schema-tool:create ERROR: public/.htaccess does not exist / is not readable - set this up first! ``` Ref: https://github.com/opensolutions/ViMbAdmin/blob/0211c334b4b3168ab42fedb18bcba74e906ccf3f/bin/utils.inc#L62
kerem closed this issue 2026-02-26 09:35:43 +03:00
Author
Owner

@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.

<!-- gh-comment-id:49993886 --> @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.
Author
Owner

@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 :)

<!-- gh-comment-id:170324635 --> @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 :)
Author
Owner

@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

<!-- gh-comment-id:170506456 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#84
No description provided.