$this->_redirect('/new-url', array('code' => 301));
Regards,
Saša Stamenković
On Tue, Jul 20, 2010 at 7:32 PM, Jean-Michel Philippon-Nadeau <
j...@jmpnadeau.ca> wrote:
> Hi List,
>
> For SEO reasons I've changed the format of my URLs from
> controller/action/param/value to /controller/value. I
Hi List,
For SEO reasons I've changed the format of my URLs from
controller/action/param/value to /controller/value. I also have routes
where I have many implicit parameters, like controller/value/value.
I was wondering if anything in the Zend Framework could help me to
create 301 redirects from
On Jul 20, 2010, at 7:00 AM, robert mena wrote:
I am in a process of developing a new version of my application.
The new version must be able to have high availability and scale so
I am evaluating both hardware and software techniques so I can cope
with the increasing traffic and a SLA.
> -Oorspronkelijk bericht-
> Van: robert mena [mailto:robert.m...@gmail.com]
> a) database
>
> Should I use regular databases? In my case MySQL with the master -
> slave situation. Or should I try Mongo/Cassandra because of the
> auto-sharding features? This is something that I don't
Hi,
I am in a process of developing a new version of my application. The new
version must be able to have high availability and scale so I am evaluating
both hardware and software techniques so I can cope with the increasing
traffic and a SLA.
I already use Zend_Cache to reduce unnecessary calls
I use a modular structure:
/modules/admin
/modules/default
In both modules I extend a controller of my library. The controller should
always render the view scripts of the default module:
$this->_helper->viewRenderer->renderBySpec('index', array('module' =>
'default', 'controller' => 'index'));