作品:
RewriteRule index2.php/xyz/ index2.php/?pt=xyz [QSA,L]
動作しません:
RewriteRule index2.php/(.+)$/ index2.php/?pt=$1 [QSA,L]
上記の書き換えルールを使用しようとしましたが、なぜか機能しません... $1 は null のままです
作品:
RewriteRule index2.php/xyz/ index2.php/?pt=xyz [QSA,L]
動作しません:
RewriteRule index2.php/(.+)$/ index2.php/?pt=$1 [QSA,L]
上記の書き換えルールを使用しようとしましたが、なぜか機能しません... $1 は null のままです