[users@httpd] how to add multiple redirection rule in .htaccess ?

2012-06-26 Thread J. Bakshi
Dear list, I already have the following at my .htaccess which is running well [] RewriteCond %{HTTP_HOST} ^mydomain.com [OR] RewriteCond %{HTTP_HOST} ^www.mydomain.com RewriteCond %{REQUEST_URI} !folderB/ RewriteRule ^(.*)$ folderB/ [L] [...] I need a little modification like

RE: [users@httpd] Getting the request URL details using PerlOutputFilterHandler

2012-06-26 Thread Rommel Sharma
Many thanks Torsten for the valuable inputs. It worked just fine using the approach you provided. This is great help! Thank you! I am now checking why perl filtering is not working for pages being served from jboss (routed to it via the apache web server) when it is working just fine for pages