主页 > 论坛 > 安装与配置 >

站点访问出错

You need to be logged in to get access to the forums. You can do so here

Author Message

Long March

星期一, 2008年 四月 21日 5:09:25 pm

我的站点已经可以访问,但是现在有两个问题,

一个是前台当我访问www.mysite.com/index.php/chi时,可以出现首页的,这个是正确的,但是我访问www.mysite.com/index.php/chi/css时,会出现

Module not found
The requested module css could not be found.

Possible reasons for this are:

The module name was misspelled, try changing the URL.
The module does not exist on this site.
This site uses siteaccess matching in the URL and you did not supply one, try inserting a siteaccess name before the module in the URL .

这个错误,我认为是因为我url中包含了index.php,然后ez把页面的module,view弄混淆了.但是我不能修改apache,我改修改什么地方,或者是别的地方我没有配置对.
但是同样的节点,我用www.mysite.com/index.php/node/view/full/node_id就可以访问到,

第二个错误就是,我再后台新建一个对象再publish的时候,会报错,但是这个节点是可以生成.刷新就可以显示了.但是当我再后台点击这个节点的时候,会出现如下错误

The requested page could not be displayed. (20)
The requested address or module could not be found.

Possible reasons:

The address was misspelled. Try changing the URL.
The name of the module was misspelled. Try changing the URL.
There is no <css> module available on this site.
The site is using URL matching to determine which siteaccess to use, but the name of the siteaccess is missing from the URL. Try to add the name of the siteaccess; it should be specified before the name of the module.

请问这两个错误我该怎么改?是那个地方配置文件没有改对,还是文件的权限没有加?我已经让部分文件的权限是777,但是本地因为apache可以自己改,所以本地的是正确的.

谢谢了!!!!