Re: mod_rewrite infinite loop

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

 





Am trying to redirect all site url's that do not match "/index.php" to "/index.php" but sem to be getting into an infinite loop. Have spent hours on this and get only partial success every time. Does anyone know what I have done wrong? I have been over the Jack Daniels cheat sheets and haven't a clue what is missing?

        RewriteCond %{REQUEST_URI} !/index.php [NC]
        RewriteRule ^(.*)$ /index.php



[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