我在基于 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', )
是否可以更改 url 重定向。请指导我如何重写网址。