apache RewriteEngine
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