• 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: Parse URL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parse URL


  • Subject: Re: Parse URL
  • From: Simon McLean <email@hidden>
  • Date: Mon, 28 Jul 2008 12:13:45 +0100

apache mod_rewrite is your friend

So in your site config for 127.0.0.1 www.adminpage.com do something like

RewriteCond %{HTTP_HOST} ^adminpage\.com$ [NC]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^/(.*) http://www.adminpage.com/cgi-bin/WebObjects/YourApp.woa/wa/DirectAction/daThatReturnsAdminPage [L,R]


Simon

On 28 Jul 2008, at 12:05, .::welemski::. wrote:

How do i do URL parsing?

_______________________________________________ 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: Parse URL
      • From: ".::welemski::." <email@hidden>
References: 
 >Parse URL (From: ".::welemski::." <email@hidden>)

  • Prev by Date: Parse URL
  • Next by Date: Re: Parse URL
  • Previous by thread: Parse URL
  • Next by thread: Re: Parse URL
  • Index(es):
    • Date
    • Thread