如何将Yii和Django一起部署

时间:2013-01-19 07:41:42

标签: django .htaccess yii

我有一个yii网站。但我想让django为具有url路径的页面提供服务 www.mysite.com/django或子域www.django.mysite.com服务器安装了fastcgi,它是一个共享服务器。

yii的.htaccess文件看起来像这样(它在www文件夹中),因为我删除了index.php以获取干净的网址



    Options +FollowSymLinks
`   IndexIgnore */*
    RewriteEngine on

    # if a directory or a file exists, use it directly
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    # otherwise forward it to index.php
    RewriteRule . index.php

1 个答案:

答案 0 :(得分:0)

共享服务器是否意味着付费主机?真正的问题是您是否可以访问apache conf,如果没有,您可以礼貌地请求主持人为django插入VirtualHost。