Re: Re: Redirecting / to non slash

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dude, you really want everything serve on a plate :)

RewriteRule (.*)/(.*)/$ $1/$2 [R=301,L]

or even better

RewriteRule (.*)/$ $1 [R=301,L]



On Tue, May 18, 2010 at 4:37 PM, Nilesh Govindarajan <lists@xxxxxxxxxx> wrote:
On 05/18/2010 11:17 AM, Igor Cicimov wrote:
Don't forget to switch the rewrite engine on first though:

RewriteEngine On
RewriteRule (.*)/foo/$ $1/foo [R=301,L]

On Tue, May 18, 2010 at 3:45 PM, Igor Cicimov <icicimov@xxxxxxxxx
<mailto:icicimov@xxxxxxxxx>> wrote:

   Anything wrong with just simple redirect like this?

   RewriteRule (.*)/foo/$ $1/foo [R=301,L]

   Igor


   On Tue, May 18, 2010 at 11:25 AM, Nilesh Govindarajan
   <lists@xxxxxxxxxx <mailto:lists@xxxxxxxxxx>> wrote:

       I am using Zend PHP Framework for my application, so all
       requests to non-existent files, directories (or links) are sent
       to /index.php/foo/a/b/c/d...

       Now what happens is- /index.php/foo and /index.php/foo/ are the
       same page.

       Same page with two different urls is considered bad, so how to
       redirect /foo/ to /foo.

       --
       Nilesh Govindarajan (निलेश गोविंदराजन)
       Twitter: nileshgr
       Facebook: nilesh.gr <http://nilesh.gr>
       Website: www.itech7.com <http://www.itech7.com>


       ---------------------------------------------------------------------
       The official User-To-User support forum of the Apache HTTP
       Server Project.
       See <URL:http://httpd.apache.org/userslist.html> for more info.
       To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
       <mailto:users-unsubscribe@xxxxxxxxxxxxxxxx>

       "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
       <mailto:users-digest-unsubscribe@xxxxxxxxxxxxxxxx>

       For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
       <mailto:users-help@xxxxxxxxxxxxxxxx>




A general rule is possible ?


--
Nilesh Govindarajan (निलेश गोविंदराजन)
Twitter: nileshgr
Facebook: nilesh.gr
Website: www.itech7.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
 "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux