<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  
  
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>

相关文章:

  • 2021-05-26
  • 2021-12-06
  • 2021-07-09
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-04-22
  • 2022-01-29
  • 2022-12-23
  • 2021-10-19
相关资源
相似解决方案