我在基于zend的网页中使用CK编辑器。如果我将在CK编辑器图像类型中打开浏览服务器选项。它给出了以下错误。
错误:指定的控制器无效(phpdocs)
我的.htaccess文件具有以下配置
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php/ [NC,L]
AddDefaultCharset utf-8
请求参数:
array ('controller' => 'phpdocs',
'action' => 'ptest',
'public' => 'js',
'admin' => 'ckfinder',
'module' => 'default',
'type' => 'Images',
'CKEditor' => 'page_content',
'CKEditorFuncNum' => '2',
'langCode' => 'en', )
是否可以更改网址重定向。请指导我如何重写网址。