Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Sravan Kumar
Try reinstall plugin or manually instead of service On 26 Aug 2014 07:03, "Matthew Smith" wrote: > windows 8 64 > > the cf service is started. > > > On Mon, Aug 25, 2014 at 7:18 PM, Daryl Lackey > wrote: > >> CF11 _does_ support Apache 2.4 ( >> http://wwwimages.adobe.com/content/dam/Adobe/en/pro

Re: [us...@httpd] Reset the REQUEST_URI variable with mod_rewrite

2009-09-22 Thread sravan kumar
Hello RewriteRule ^/test.php /test2.php [R=301,L] use this in ur redirection , it will redirect as you expected. Sravan On Tue, Sep 22, 2009 at 6:39 PM, howard chen wrote: > Hello, > > Consider rewrite rule as: > > RewriteRule ^/test.php /test2.php [PT,L] > > > So when I access it via http:

[us...@httpd] Reg: Apache redirection rule

2009-09-08 Thread sravan kumar
Hello apache gurus, I have a special request, when client hits the url http://www.domain.com/signup.jsp?banner_s=off4&rotation_s=off4 He should get the redirection to the url below. http://www.domain.com/signup.jsp I tired to add ad rule RewriteRule /signup.jsp(.*) http://www.domain.com/

[us...@httpd] Reg: apache redirection

2009-09-08 Thread sravan kumar
Hello apache gurus, I have a special request, when client hits the url http://www.domain.com/signup.jsp?banner_s=off4&rotation_s=off4 He should get the redirection to the url below. http://www.domain.com/signup.jsp I tired to add ad rule RewriteRule /signup.jsp9(.*) http://www.coregcr.co