[pmwiki-users] How can I redirect...

Patrick R. Michaud pmichaud at pobox.com
Tue Nov 22 09:42:06 CST 2005


On Tue, Nov 22, 2005 at 09:41:54AM +0100, Robert Riebisch wrote:
> from a, e.g., "http://www.bttr-software.de/fix8x14/" to
> "http://www.bttr-software.de/Products/FIX8X14/"? Problem is the lower
> case "fix8x14" which results in "HTTP 404 - File not found". :-(

I'm assuming you're using some version of the CleanUrls
recipe.

If you're using mod_rewrite, then either

    RewriteEngine on
    RewriteRule ^fix8x14  Products/FIX8X14

or

    RewriteEngine on
    RewriteRule ^/fix8x14  /Products/FIX8X14
   
placed before the other mod_rewrite rules ought to work.

If not, let me know and we'll look at other possibilities.

Pm




More information about the pmwiki-users mailing list