<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-04-25
  • 2021-07-06
  • 2021-11-16
  • 2021-05-17
  • 2021-11-08
  • 2021-11-01
  • 2021-07-10
猜你喜欢
  • 2021-10-23
  • 2021-07-05
  • 2021-08-01
  • 2021-08-21
  • 2021-08-10
  • 2021-08-31
  • 2022-02-09
相关资源
相似解决方案