设为首页收藏本站

简体中文 繁體中文 English 日本語 Deutsch 한국 사람 بالعربية TÜRKÇE português คนไทย french

搜索
热搜: 活动 交友 discuz

GoDaddy内建Word Press的静态规则httpd.ini [复制链接]
查看:26 | 回复:1

1724

主题

4万

回帖

8万

积分

论坛元老

积分
85718
发表于 2008-5-6 13:52:39 | 显示全部楼层 |阅读模式
[ol]
  • [ISAPI_Rewrite]
  • # Protect httpd.ini and httpd.parse.errors files
  • # from accessing through HTTP
  • # # 形式:/read-PostID.html
  • # # 自定义链接 /read-%post_id%.html
  • RewriteRule /Tags/(.*) /index\.php\?tag=$1
  • RewriteRule /(about|contact|about-copyright|favor|archives|tags|sitemap|link) /index\.php\?pagename=$1
  • RewriteRule /Category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?category_name=$1&feed=$2
  • RewriteRule /Category/?(.*) /index\.php\?category_name=$1
  • RewriteRule /author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?author_name=$1&feed=$2
  • RewriteRule /author/?(.*) /index\.php\?author_name=$1
  • RewriteRule /rss.xml /wp-feed\.php/\?feed=rss2
  • RewriteRule /feed/?$ /wp-feed\.php/\?feed=rss2
  • RewriteRule /comments/feed/?$ /wp-feed\.php/\?feed=comments-rss2
  • RewriteRule /read-([0-9]+).html /index\.php\?p=$1 [I]
  • RewriteRule /page/(.*)/?s=(.*) /index\.php\?s=$2&paged=$1
  • RewriteRule /page/(.*) /index\.php\?paged=$1
  • RewriteRule /read-date/([0-9]{4})([0-9]{1,2})([0-9]{1,2})/([^/]+)/?([0-9]+)?/?$ /index\.php\?year=$1&monthnum=$2&day=$3&name=$4&page=$5
  • RewriteRule /read-date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index\.php\?year=$1&monthnum=$2&day=$3&page=$4
  • RewriteRule /read-date/([0-9]{4})/([0-9]{1,2})/?$ /index\.php\?year=$1&monthnum=$2&page=$3
  • RewriteRule /read-([0-9]+).html/(feed|rdf|rss|rss2|atom) /index\.php\?feed=rss2&p=$1
  • RewriteRule /read-([0-9]+).html/trackback /wp-trackback\.php\?p=$1[/ol]复制代码

    将上面的保存为httpd.ini上传到WP所在的目录。  
    自定义链接: /read-%post_id%.html
  • 1724

    主题

    4万

    回帖

    8万

    积分

    论坛元老

    积分
    85718
     楼主| 发表于 2008-6-30 22:24:49 | 显示全部楼层
    其实现在新版的wordpress不需要使用httpd.ini,godaddy的空间直接支持wp的.htaccess的,我已经使用过。
    您需要登录后才可以回帖 登录 | 立即注册

    论坛客服/商务合作/投诉举报:2171544 (QQ)
    落伍者创建于2001/03/14,本站内容均为会员发表,并不代表落伍立场!
    拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论!
    落伍官方微信:2030286 邮箱:(djfsys@gmail.com|tech@im286.com)
    © 2001-2014

    浙公网安备 33060302000191号

    浙ICP备11034705号 BBS专项电子公告通信管[2010]226号

      落伍法律顾问: ITlaw-庄毅雄

    Archiver|手机版|Discuz! X

    GMT+8, 2026-7-23 15:36 , Processed in 0.015949 second(s), 4 queries , Gzip On, Redis On.

    返回顶部