Domanda

Voglio riscrivere tutto ciò che usa questo schema ...

/ test /? TEXT = TRUE e consenti che sia / test / TEXT AND / test / TEXT2 e così via.

È stato utile?

Soluzione

Sì, puoi. Crea 2 regole:

RewriteRule ^/test/help$  /test/?help=true [L]
RewriteRule ^/test/(.*)$  /test/?random=$1
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top