[pmwiki-users] lower case URLs

bram brambring bram.brambring at gmail.com
Tue May 30 23:52:58 CDT 2006


>
> The standard approach is to build redirects that keep the old URLs
> functioning and redirect browsers to the new location.

In case it ain't too many pages and you are using apache you could
manually translate the names in a .htaccess file.

a bit like in: http://www.pmwiki.org/wiki/Cookbook/CleanUrls


RewriteRule ^lowercase index.php?n=Main/LowerCase [QSA,L]

Then in your wiki use intermap to link

mysite:lowercase

However I agree with pm, and would say redirect permanent

RewriteRule ^lowercase http://mysite/Main/LowerCase [R=permanent,QSA,L]

(above are examples the syntax applies to a site using CleanUrls



> Pm
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>


-- 
http://www.brambring.nl
http://www.tuin-wiki.nl
http://www.gryla.nl

skype:br-brbr




More information about the pmwiki-users mailing list