我已經在端口3000上使用Bitnami堆棧安裝了Redmine。如何刪除通過輸入url訪問的第一頁(訪問BitNami Redmine堆棧)並直接在此地址上配置Redmine?刪除Bitnami訪問頁面並直接訪問應用程序
目前我需要在URL後面添加/ redmine以訪問redmine。請建議。
我已經在端口3000上使用Bitnami堆棧安裝了Redmine。如何刪除通過輸入url訪問的第一頁(訪問BitNami Redmine堆棧)並直接在此地址上配置Redmine?刪除Bitnami訪問頁面並直接訪問應用程序
目前我需要在URL後面添加/ redmine以訪問redmine。請建議。
如果你想要的只是爲http://127.0.0.1:3000/
工作,那麼你可以將它添加到你的htdocs索引文件(這可能是C:\ Program Files \ BitNami Redmine Stack \ apache2 \ htdocs \ index.html)。
<script type="text/javascript">
<!--
window.location = "redmine/"
//-->
</script>
這會立即重定向您。
我認爲你應該在/opt/bitnami/apps/redmine/conf/redmine.conf
路徑這樣的編輯乘客配置文件:
#RailsBaseURI /redmine DocumentRoot /opt/bitnami/apps/redmine/htdocs/public PassengerMinInstances 1 PassengerPreStart http://127.0.0.1 PassengerFriendlyErrorPages off PassengerDefaultUser daemon PassengerDefaultGroup daemon <Directory "/opt/bitnami/apps/redmine/htdocs/public"> Order allow,deny Allow from all AllowOverride all Options -MultiViews <Directory>