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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
improved rewrite rules   Message List  
Reply | Forward Message #926 of 980 |
fellow vanilloids,

i've slightly improved the rewrite rules for nice vanilla urls (see
http://www.vanillasite.at/space/howto-custom-urls) -

RewriteRule ^$ /space/start [R,L]

RewriteCond %{QUERY_STRING} ^(.+)$
RewriteRule ^space/(.*)$
/cgi-bin/vanilla.cgi?selector=display&snip=$1&%1 [PT,L]

RewriteCond %{QUERY_STRING} ^$
RewriteRule ^space/(.*)$ /cgi-bin/vanilla.cgi?selector=display&snip=$1
[PT,L]

this is for .htaccess based rules, if you have those rules in your
main apache config, you'd have to prepend a / to the three RewriteRule
patterns.

the main thing this is good for, is that now you can write

http://earl.strain.at/space/start?debug=

instead of the more awkward

http://earl.strain.at/space/start&debug=

which you would have had to use before.

and until there is a proper url generation library in vanilla, this
will stay the only use case, i think ;)

you're welcome to adapt your setups and report any errors. unless i've
missed something and lots of errors are reported, those will become
the "official" rewrite rules and i'll update the docs accordingly.


... earl walker out ...





Fri Feb 16, 2007 12:13 pm

lord_earl_wa...
Offline Offline
Send Email Send Email

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

fellow vanilloids, i've slightly improved the rewrite rules for nice vanilla urls (see http://www.vanillasite.at/space/howto-custom-urls) - RewriteRule ^$...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 16, 2007
12:13 pm
Advanced

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