I'm somewhat new to mod_rewrite and am hoping somebody here has already solved this problem.
I use an .htaccess in my root dir as follows: RewriteEngine on RewriteRule !\.(js|ico|gif|jpg|png|css|swf|xml|avi|flv|mov|mp3|wav|pdf)$ index.php I want to add another condition which requires/forwards to https for any request which has a URI of /checkout. I have full access to the apache server, so I can insert any directives necessary... Is it possible to chain the two conditions (the one I am running for the front controller above + the new /checkout forward to https) in the .htaccess file, or does one (or both) of the conditions need to be in a <Directory> or <VirtualHost> block? Or maybe a <Location> block for /checkout? TIA! -- View this message in context: http://www.nabble.com/mod_rewrite-and-SSL-tp21677891p21677891.html Sent from the Zend Framework mailing list archive at Nabble.com.
