您现在的位置:网站首页篮球问吧

请高手指教.htaccess规则 感谢

2011-11-16 10:43:09 作者:我乐NBA 来源:我乐NBA 浏览次数:0

  1. [ISAPI_Rewrite]
  2. # Defend your computer from some worm attacks
  3. #RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]
  4. # 3600 = 1 hour
  5. CacheClockRate 3600
  6. RepeatLimit 32
  7. # Protect httpd.ini and httpd.parse.errors files
  8. # from accessing through HTTP
  9. # Rules to ensure that normal content gets through
  10. RewriteRule /software-files/(.*) /software-files/$1 [L]
  11. RewriteRule /images/(.*) /images/$1 [L]
  12. RewriteRule /sitemap.xml /sitemap.xml [L]
  13. RewriteRule /favicon.ico /favicon.ico [L]
  14. # For file-based wordpress content (i.e. theme), admin, etc.
  15. RewriteRule /wp-(.*) /wp-$1 [L]
  16. # For normal wordpress content, via index.php
  17. RewriteRule ^/$ /index.php [L]
  18. RewriteRule /(.*) /index.php/$1 [L]
复制代码
  2011-10-11 15:40
请问是保存为.htaccess文件,然后放到每个images文件夹下,还是怎样,能详细说一下吗?如果能成功我就太感谢了,无以言表!!!!
团队的补充   2011-10-11 15:40
我只知道这么多,不好意思

[错误报告] [推荐] [收藏] [打印] [关闭] [返回顶部]

精彩推荐

图片文章

热点文章