You need to exclude this jscripts directory in your .htaccess file e.g.

RewriteEngine on
RewriteRule ^(jscripts) - [L] 
RewriteRule !\.(js|ico|gif|jpg|png|css|xml|xslt|xsl|html|swf)$ index.php 

If you need to add more directory just add a | in between each one e.g.

RewriteEngine on
RewriteRule ^(install|jscripts|anotherone|etc) - [L] 
RewriteRule !\.(js|ico|gif|jpg|png|css|xml|xslt|xsl|html|swf)$ index.php

- Robert

-----Original Message-----
From: Rohit83 [mailto:[EMAIL PROTECTED] 
Sent: 24 July 2008 15:32
To: [email protected]
Subject: [fw-general] WYSIWYG editor and Zend Framework


Hi All
I have added WYSIWYG editor to one of my form but am unable to utilize its
full feature, like when i am going to add Emotions or Citation then it gives
the controller error Invalid controller specified (jscripts).
Is there something wrong?
Is there any other way to add any type of editor within Zend Framework.
Regards
Rohit
--
View this message in context:
http://www.nabble.com/WYSIWYG-editor-and-Zend-Framework-tp18633087p18633087.
html
Sent from the Zend Framework mailing list archive at Nabble.com.


________________________________________________________________________
This email has been scanned for all known viruses by the MessageLabs Email
Security Service and the Macro 4 plc internal virus protection system.
________________________________________________________________________


________________________________________________________________________
This email has been scanned for all known viruses by the MessageLabs Email 
Security Service and the Macro 4 plc internal virus protection system.
________________________________________________________________________

Reply via email to