0
假設我的根目錄中有兩個php文件(可以從因特網連接):index.php和some.php。當有人去我的網站mydomain.net我希望他們實際上訪問some.php和任何進一步的路徑中提出的URL將被髮送到some.php作爲GET值。我將如何使用.htaccess來做到這一點?用.htaccess重寫規則
mydomain.net - > some.php
mydomain.net/index.php? - > some.php值= index.php的
mydomain.net/somefolder/index.php - >一些.php?value = somefolder/index.php