1
を.htaccessファイルするためにweb.configファイルを変換する誰もが標準フロントコントローラパターンのように見える.htaccess
はどのように
<rules>
<rule name="Rewrite to index" stopProcessing="true">
<match url="^(.+)$" ignoreCase="true" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php?permalink={R:1}" />
</rule>
</rules>