search for: imagemanager

Displaying 2 results from an estimated 2 matches for "imagemanager".

2006 Jun 09
2
php within public
...p scripts. My first attempt was to modify the .htaccess to prevent apache from routing the requests to rails. Here''s what i''ve got in my htaccess: RewriteCond %{REQUEST_URI} ^/javascripts/tiny_mce.* RewriteRule .* - [L] The scripts live in public/javascripts/tiny_mce/plugins/imagemanager and /filemanager, so I thought handling the entire tiny_mce and all children would take care of it, but it''s only returning a 404. Is there a way to get this to work within my rails app? -- Posted via http://www.ruby-forum.com/.
2006 Nov 04
2
routing question
Hi guys Following little problem. Am using tinymce for a little wysiwyg plugin. it comes with an imagemanager module, but I get the following error when trying to use it: Recognition failed for "/javascripts/tiny_mce/plugins/imanager/imanager.php There is obviously a little php program it wants to pop up but the rails routing is screwing the process... I am running lighttpd and I do have php instal...