私はGETを使用しindex.php
ます:
$request=isset($_GET['m']) && $_GET['m']!='';
$requestFile=isset($_GET['files']) && $_GET['files']!='';
私のリンクは次の形式です:localhost:81/Template/index.php?m=index&files=Acc
。
.htaccess
ファイルまたはPHPを使用して次のように書き換えるにはどうすればよいlocalhost:81/Template/Acc/index.html or php
ですか?