Re: How should I redirect from CakePHP to an external resource?
maybe http://some_other_domain.com/specs
I'm still working on this, actually. My .htaccess keeps breaking. But
the reason I posted here is to make sure that there's no way other
than .htaccess to accomplish this task.
On Nov 10, 12:56 pm, cricket <zijn.digi...@gmail.com> wrote:
> On Wed, Nov 10, 2010 at 10:15 AM, piousbox <pious...@gmail.com> wrote:
> > That's one of the mistakes I made, yes.
>
> > I figured it out and instead of a line like this:
>
> > Redirect /specshttp://domain.com/specs
>
> > I now have this:
>
> > RewriteRule ^specs$http://domain.com/specs[R=301,L]
>
> That rule won't change anything. Did you mean specs.domain.com?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home