弄了半天,笔记一下~~

RewriteEngine on
RewriteBase
/qa ;qa为子目录名字
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule
^.*$ ?$0

相关文章:

  • 2021-07-07
  • 2021-07-27
  • 2021-06-30
  • 2022-02-02
  • 2021-12-02
  • 2022-12-23
  • 2021-07-14
猜你喜欢
  • 2022-02-10
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2022-03-03
  • 2022-12-23
相关资源
相似解决方案