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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]