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
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:
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/
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