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

Robert Riebisch rr at bttr-software.de
Tue Nov 22 10:10:55 CST 2005


"Patrick R. Michaud" wrote:

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

Yes.

***
Options +FollowSymLinks
RewriteEngine on

# Redirect browsers that use an empty URL
# to the default URL.
RewriteRule ^/?$ http://www.bttr-software.de/Main/HomePage
[R=permanent,QSA,L]

# Map URLs that start with anything but a lower-case letter to
pmwiki.php.
# The remaining URLs are left to the default map-to-filesystem routine
of Apache.
RewriteRule ^([^/a-z].*) pmwiki.php?n=$1 [QSA,L]
***

>     RewriteEngine on
>     RewriteRule ^fix8x14  Products/FIX8X14

That works :-), but it doesn't adjust the URL line in the my IE6
browser. Is it possible to do so?

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/




More information about the pmwiki-users mailing list