nginx中的mvc问题
你好,我正在尝试制作某种mvc,至少对于学习建议来说,
例如,
/application/test.php
/views
/model
index.php
当我去
www.mvc.com/test.php
它时,它会直接进入 test.php
有没有办法做这样的事情? 也许使用 htacsess ?如果我在 nginx 中(我是 nginx
的新手),是否有某种 htacsess 以便我可以获取 url 然后重定向(就像 router.php
那样?)
谢谢寻找
亚当·拉马丹
hello im trying to make somekind of mvc, well at least for learning propose,
example,
/application/test.php
/views
/model
index.php
when i go to
www.mvc.com/test.php
it will go strait to test.php
is there a way to do things like this ?
maybe useing htacsess ? if im in a nginx ( im new to nginx
) is there some kind of htacsess so i can get the url then redirect ( like router.php
does ? )
thank you for looking in
Adam Ramadhan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)