Re: [fw-general] Apache .htaccess rewrite help

2012-05-24 Thread Oscar Merida
ive me a few examples how that would work. I'm a bit time > pressed and I haven't done too much with rewrite. > Thanks, > > Gunter > > > > On Thu, May 24, 2012 at 1:01 PM, Oscar Merida wrote: >> >> you need to use RewriteCond to detect the domains and

Re: [fw-general] Apache .htaccess rewrite help

2012-05-24 Thread Oscar Merida
m/account (plus all URLs below) >    domain.com/authentication (plus all URLs below) > > Every other request should be redirected to newdomain.com > > Any help would be appreciated! > Thanks, > > Gunter -- Oscar Merida * http://OscarM.org - random thoughts on my blog *

Re: [fw-general] ZF2 - 'not-found'

2012-03-28 Thread Oscar Merida
The not-found file can be defined when you configure 'Zend\View\Resolver\TemplateMapResolver in the DI section of your config file. You should only need to do this in one module. See the documentation for the new Zend\View component, its really well commented so you get a good sense of how it work

Re: [fw-general] Module Bootstrap

2011-05-03 Thread Oscar Merida
if they are being accessed. Or if it is *only* the module > specified in the route/URL? > > > Module bootstraps are run on every request, I found Matthew's post very helpful: http://weierophinney.net/matthew/archives/234-Module-Bootstraps-in-Zend-Framework-Dos-and-Donts.html --