fifalan牛人大佬:
我想自定义wordpress的404伪静态

  1. # BEGIN WordPress
  2. ErrorDocument 404 /404.html
  3. RewriteEngine On
  4. RewriteBase /
  5. RewriteRule ^archives/.*$ /index.php
  6. RewriteRule ^feed.*$ /index.php
  7. RewriteRule ^page/.*$ /index.php
  8. RewriteCond %{REQUEST_FILENAME} !-f
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10. # END WordPress

其中RewriteRule ^archives/.*$ /index.php 这个archives我怎么改成目录的变量URL呢

比如:/manhua/123456.html     /xiaoshuo/123456.html,不知道哪个牛人大佬知道,菜鸟懵逼中

googlebot2牛人大佬:
在wp的plugin里改htm

hdwz88牛人大佬:
固定连接哪里有 不用改伪静态 直接用就可以

朔朔牛人大佬:
https://你的域名/wp-admin/options-permalink.php