💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 伪静态规则 ## IIS7.5伪静态规则 ``` <?xml version="1.0" ?> <rules> <rule enabled="true" name="WPurls_rewrite" stopProcessing="true"> <match url=".*"/> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/> </conditions> <action type="Rewrite" url="index.php/{R:0}"/> </rule> </rules> ``` ## Nginx ## Apache