On Wed, Dec 04, 2013 at 02:54:30AM -0500, r004 wrote:
Hi there,
> 1. if there is "/install/index.php/" in the link. it shouldbe removed from
> the link.
In the rewrite line, capture the parts before and after
/install/index.php/, and rewrite to those parts without the middle bit.
> 2. if the fo
On 4 December 2013 07:54, r004 wrote:
> hello;
> I want to write a block to put in my VHOST config file.
> i want
> 1. if there is "/install/index.php/" in the link. it shouldbe removed from
> the link.
> 2. if the format is like /uc_server/blab.php/uc_server/blahblah ===it
> should change to===>
hello;
I want to write a block to put in my VHOST config file.
i want
1. if there is "/install/index.php/" in the link. it shouldbe removed from
the link.
2. if the format is like /uc_server/blab.php/uc_server/blahblah ===it
should change to===>/uc_server/blabal
what should I put in my VHOST conf