• 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
apache RewriteEngine
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

apache RewriteEngine


  • Subject: apache RewriteEngine
  • From: Jesse Tayler <email@hidden>
  • Date: Sun, 29 Jan 2012 12:40:42 -0500

I'm confused about my apache rules.

I have a virtual host setup with ssl

<VirtualHost mydomain.com:443>

Which works fine, but now I wanted to put in basic shortcuts like this

        RewriteEngine On

        RewriteRule ^/signup /apps/WebObjects/WOMan.woa/wa/signup [last,passthrough]


I use a standard rule which I guess ensures html requests don't get confused

# Keep mod_rewrite away from DocRoot requests
        <Directory "/var/www/html">
                <IfModule mod_rewrite.c>
                        RewriteEngine Off
                </IfModule>
        </Directory>



what rules and setups should I be using to get my basic APIs redirecting to the proper direct actions etc?

can anyone cut a few slices of apache.conf files for me?

thanks!



 _______________________________________________
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: Fabian Peters <email@hidden>
  • Prev by Date: Re: Question about ERMD2WCombinedTableHeader
  • Next by Date: Re: apache RewriteEngine
  • Previous by thread: Re: Question about ERMD2WCombinedTableHeader
  • Next by thread: Re: apache RewriteEngine
  • Index(es):
    • Date
    • Thread