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

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

相关文章:

  • 2021-11-05
  • 2021-05-20
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-11-20
猜你喜欢
  • 2021-12-19
  • 2022-01-11
  • 2021-06-08
  • 2021-06-04
  • 2022-01-16
  • 2021-07-28
  • 2022-01-07
相关资源
相似解决方案