• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: apache RewriteEngine
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apache RewriteEngine


  • Subject: Re: apache RewriteEngine
  • From: Jesse Tayler <email@hidden>
  • Date: Sun, 29 Jan 2012 13:44:29 -0500

oh thanks fabian!

maybe just what I was looking for --

the site is like twitter, so there's standard urls to reach a user profile, or a post and those urls should be short, of course.

> They work for me, but I'm by no means a "rewrite expert"...

rewrite expert? ick! who would want to be that!!

I mean, the syntax looks like someone was drunk while slapping their hands on the keypad...

On Jan 29, 2012, at 1:10 PM, Fabian Peters wrote:

>    # root rewrite
>    RewriteRule ^/$ /cgi-bin/WebObjects/App.woa [L,PT]
>

ah, so this basically translates anything into a full woa I guess?

>    RewriteRule ^/(\d*?/?)ajax/(.*)$ /cgi-bin/WebObjects/App.woa/$1ajax/$2 [L,PT,QSA]
>    RewriteRule ^/(\d*?/?)upload(.*)$ /cgi-bin/WebObjects/App.woa/$1upload$2 [L,PT,QSA]

I guess those two above translate standard ajax and file upload calls in the same way?

>    RewriteRule ^/(\d*?/?)wa/(.*)$ /cgi-bin/WebObjects/App.woa/$1wa/$2 [L,PT,QSA]
>    RewriteRule ^/(\d*?/?)wo/(.*)$ /cgi-bin/WebObjects/App.woa/$1wo/$2 [L,PT,QSA]
>    RewriteRule ^/(\d*?/?)wr(.*)$ /cgi-bin/WebObjects/App.woa/$1wr$2 [L,PT,QSA]

and so, these I guess translate calls from errest, direct actions and basic components?

I can test around with these a bit, but I'm not certain I understand what they are doing --

all cool, but you must also have some code in your app to return short urls during deployment?

I used to have a menu item that used deployment urls for things like signup, but used component urls locally during development, but I am guessing with WOnder I might have a different approach there?



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: apache RewriteEngine
      • From: David Avendasora <email@hidden>
    • Re: apache RewriteEngine
      • From: Fabian Peters <email@hidden>
References: 
 >apache RewriteEngine (From: Jesse Tayler <email@hidden>)
 >Re: apache RewriteEngine (From: Fabian Peters <email@hidden>)

  • Prev by Date: Re: apache RewriteEngine
  • Next by Date: Re: apache RewriteEngine
  • Previous by thread: Re: apache RewriteEngine
  • Next by thread: Re: apache RewriteEngine
  • Index(es):
    • Date
    • Thread