Re: [fw-general] Wierd Routing

2006-12-04 Thread Matthew Ratzloff
Here is the .htaccess I use for my local installation: # Display real files RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [or] RewriteCond %{REQUEST_FILENAME} -l RewriteRule .* - [nocase,last] # Pass to router RewriteRule .* /index.php [nocase,last] Hope that helps,

Re: [fw-general] Wierd Routing

2006-12-04 Thread David Rinaldi
I use the following: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !\.(js|ico|gif|jpg|png|css|txt|zip|gz|html|xml)$ index.php to allow actual files/paths of my choosing to be served without using the framework. Note, if you had a directory that existed but

RE: [fw-general] Wierd Routing

2006-12-04 Thread Troy L. Marker
Matt, Thanks for the response. I changed the .htaccess file as your suggested. It, however, did not help. Would you happen to have another suggestion? Regards, Troy Marker -Original Message- From: Matthew Ratzloff [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 9:13 PM To: Z

Re: [fw-general] Wierd Routing

2006-12-04 Thread Matthew Ratzloff
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php -Matt - Original Message - From: "Troy L. Marker" <[EMAIL PROTECTED]> To: Sent: Monday, December 04, 2006 6:55 PM Subject: [fw-general] Wierd Routing Greetins, I have spend the better part of a week trying to my site working onlin

[fw-general] Wierd Routing

2006-12-04 Thread Troy L. Marker
Greetins, I have spend the better part of a week trying to my site working online. I finially hit the jackpot tonight, only to find another problem. The problem is for some reason, I am getting 404 pages for most of the routes. Let me explain. http://tronpro.com/ works fine. http://tronpro.com/i

Re: [fw-general] SVN 2077: Getting parameters from route

2006-12-04 Thread Nick Lo
Hi Martel, 2077 is not related to controller in any way but let's try resolving your problem. I was just using it as a point of reference as in "I'm currently using svn checkout 2077". I'm using incubator version of Zend_Config which, according to the wiki manual, should be instantiated

[fw-general] Re: Controllers in sub-directories (modules) - Some generic ideas for B/C

2006-12-04 Thread Shekar C Reddy
I guess, we can add the setControllerMap() to all the 3 situations and setModuleMap()/setControllerToModuleMap() to subdirectories/subdomain situations to offer the maximum features to everyone. Shekar On 12/4/06, Shekar C Reddy <[EMAIL PROTECTED]> wrote: Back-trace: http://www.nabble.com/

[fw-general] Controllers in sub-directories (modules) - Some generic ideas for B/C

2006-12-04 Thread Shekar C Reddy
Back-trace: http://www.nabble.com/Controllers-in-subdirectories-tf2746071s16154.html http://www.nabble.com/Controllers-in-subdirectories-tf2746071s16154.html I've hacked the Front, Dispatcher and Router classes of the standard dispatcher/router to accomplish mapping subdomains to modules but it

Re: [fw-general] CCing across lists

2006-12-04 Thread Shahar Evron
Actually, a quick Google search shows there's an extension available that might do exactly what we need - but the site seems to be down... http://open.nit.ca/wiki/index.php?page=ReplyToListThunderbirdExtension If anyone lays hands on it, please let us know how it works :) Shahar. Ralph Schindler

Re: [fw-general] CCing across lists

2006-12-04 Thread Matthew Ratzloff
Ralph, Actually, we've had this discussion before, shortly after fw-general was created. Long story short: vacation notification e-mails. That's why it's bad to have a Reply-To back to the list itself. -Matt > Bill, >A simple request, but worth mentioning: Any chance of us getting > reply-

Re: [fw-general] CCing across lists

2006-12-04 Thread Ralph Schindler
Yes, you are right, so I guess I'll have to wait till Thunderbird catches up with the world's needs ;) -ralph Lars Strojny wrote: No, this is not a good idea. That seems to be an obfuscated way of using the Reply-To functionality. Is is designed to provide the possibility to the user, to spec

Re: [fw-general] Prefix-search in ZendSearch

2006-12-04 Thread Daniel Khan
Alexander Veremyev schrieb: It's supported by query parser, but doesn't supported by search engine. Search engine works with terms, phrases, boolean expressions and subqueries now. I am not sure what that means? What does this mean to me practically when I want to search for "Banan?" PS I

Re: [fw-general] CCing across lists

2006-12-04 Thread Martel Valgoerad
Lars Strojny wrote: No, this is not a good idea. That seems to be an obfuscated way of using the Reply-To functionality. Is is designed to provide the possibility to the user, to specify the personal reply to. And, on the other side, every normal mail client knows a reply to list shortcut, in ev

Re: [fw-general] CCing across lists

2006-12-04 Thread Lars Strojny
Hi, Am Montag, den 04.12.2006, 12:50 -0600 schrieb Ralph Schindler: > Bill, >A simple request, but worth mentioning: Any chance of us getting > reply-to: header in emails being sent from the list? That way, by > default, clicking reply would simply send back to the list and that > people w

Re: [fw-general] CCing across lists

2006-12-04 Thread Ralph Schindler
Bill, A simple request, but worth mentioning: Any chance of us getting reply-to: header in emails being sent from the list? That way, by default, clicking reply would simply send back to the list and that people would have to reply-all if they feel it nessessary to send the same message to

Re: [fw-general] Prefix-search in ZendSearch

2006-12-04 Thread Alexander Veremyev
use a wildcard query with ZendFramework-20061204-2077 it throws an exception: 'Wildcard queries are not supported yet.' in /usr/lib/php/ZendFramework-20061204-2077/library/Zend/Search/Lucene/Search/QueryEntry/Term.php:120 New query parser is committed in a separate SVN branch now. I do som

Re: [fw-general] SVN 2077: Getting parameters from route

2006-12-04 Thread Martel Valgoerad
Nick Lo wrote: SVN checkout 2077 seems to have broken the ability to get parameters from a rewrite route url (that or I've been doing it all wrong)... 2077 is not related to controller in any way but let's try resolving your problem. In index.php: $router = new Zend_Controller_RewriteRoute

Re: [fw-general] Prefix-search in ZendSearch

2006-12-04 Thread Daniel Khan
y to use a wildcard query with ZendFramework-20061204-2077 it throws an exception: 'Wildcard queries are not supported yet.' in /usr/lib/php/ZendFramework-20061204-2077/library/Zend/Search/Lucene/Search/QueryEntry/Term.php:120 New query parser is committed in a separate SVN branch n