Search the web
Sign In
New User? Sign Up
vanilla-pudding · Vanilla is a simple hypertext system which subscribes to the Wiki philosophy.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
/space/xxx rewrite?   Message List  
Reply | Forward Message #29 of 980 |
Re: /space/xxx rewrite?


Hi!

Saturday, October 13, 2001, 4:18:56 PM, you wrote:

> Does anyone know how to configure Apache's mod_rewrite to
> translate an URI like /space/xxx to
> /vanilla.r?selector=display&snip=xxx, just like
> www.langreiter.com?

RewriteEngine on
RewriteMap amp int:unescape
RewriteRule ^/space/(.*) /vanilla.r?selector=display&snip=$1 [PT]


[usual no warranty disclaimer ;]

--
Best regards,
Earl mailto:earl.walker@...




Sun Oct 14, 2001 11:59 pm

earl.walker@...
Send Email Send Email

Forward
Message #29 of 980 |
Expand Messages Author Sort by Date

Hi, Does anyone know how to configure Apache's mod_rewrite to translate an URI like /space/xxx to /vanilla.r?selector=display&snip=xxx, just like ...
Guan Yang
guan@...
Send Email
Oct 13, 2001
2:22 pm

Hi! ... RewriteEngine on RewriteMap amp int:unescape RewriteRule ^/space/(.*) /vanilla.r?selector=display&snip=$1 [PT] [usual no warranty disclaimer ;] -- Best...
Earl Walker
earl.walker@...
Send Email
Oct 13, 2001
11:59 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help