<code id='94EF99EF1D'></code><style id='94EF99EF1D'></style>
    • <acronym id='94EF99EF1D'></acronym>
      <center id='94EF99EF1D'><center id='94EF99EF1D'><tfoot id='94EF99EF1D'></tfoot></center><abbr id='94EF99EF1D'><dir id='94EF99EF1D'><tfoot id='94EF99EF1D'></tfoot><noframes id='94EF99EF1D'>

    • <optgroup id='94EF99EF1D'><strike id='94EF99EF1D'><sup id='94EF99EF1D'></sup></strike><code id='94EF99EF1D'></code></optgroup>
        1. <b id='94EF99EF1D'><label id='94EF99EF1D'><select id='94EF99EF1D'><dt id='94EF99EF1D'><span id='94EF99EF1D'></span></dt></select></label></b><u id='94EF99EF1D'></u>
          <i id='94EF99EF1D'><strike id='94EF99EF1D'><tt id='94EF99EF1D'><pre id='94EF99EF1D'></pre></tt></strike></i>

          35dir网站分问鼎下载类目录导航源码(经典彩色版)问鼎下载入口苹果iOS官方版-问鼎下载入口苹果

          2025-06-20 06:21:32 8

          Apache环境伪静态

          # BEGINRewriteEngine On# 首页、核心功能包括网址收录、

          重庆分类目录等。替换部分失效无法打开的网站网址。会编程的可以自己二次开发和美化。

          由于官方不再更新,分类浏览、搜索功能以及后台管理系统等。意见反馈RewriteRule ^(index|webdir|weblink|article|category|update|archives|top|feedback|link|rssfeed|sitemap)(\.html)$ index.php\?mod=$1&%1RewriteRule ^(index|webdir|weblink|article|category|update|archives|top|feedback|link|rssfeed|sitemap)(\/?)$ index.php\?mod=$1# 最近更新RewriteRule ^update-(\d+)-(\d+)\.html$ index.php\?mod=update&days=$1&page=$2RewriteRule ^update\/(\d+)-(\d+)\.html$ index.php\?mod=update&days=$1&page=$2RewriteRule ^update\/(\d+)/(\d+)$ index.php\?mod=update&days=$1&page=$2# 数据归档RewriteRule ^archives-(\d+)-(\d+)\.html$ index.php\?mod=archives&date=$1&page=$2RewriteRule ^archives\/(\d+)-(\d+)\.html$ index.php\?mod=archives&date=$1&page=$2RewriteRule ^archives\/(\d+)/(\d+)$ index.php\?mod=archives&date=$1&page=$2# 站内搜索RewriteRule ^search-(name|url|tags|intro)-(.*)-(\d+)\.html$ index.php\?mod=search&type=$1&query=$2&page=$3RewriteRule ^search-(name|url|tags|intro)-(.*)\.html$ index.php\?mod=search&type=$1&query=$2RewriteRule ^search\/(name|url|tags|intro)\/(.*)-(\d+)\.html$ index.php\?mod=search&type=$1&query=$2&page=$3RewriteRule ^search\/(name|url|tags|intro)\/(.*)\.html$ index.php\?mod=search&type=$1&query=$2RewriteRule ^search\/(name|url|tags|intro)\/(.+)/(\d+)$ index.php\?mod=search&type=$1&query=$2&page=$3RewriteRule ^search\/(name|url|tags|intro)\/(.+)$ index.php\?mod=search&type=$1&query=$2# 站点详细RewriteRule ^siteinfo-(\d+)\.html$ index.php\?mod=siteinfo&wid=$1RewriteRule ^siteinfo\/(\d+)\.html$ index.php\?mod=siteinfo&wid=$1RewriteRule ^siteinfo\/(\d+)$ index.php\?mod=siteinfo&wid=$1# 文章详细RewriteRule ^artinfo-(\d+)\.html$ index.php\?mod=artinfo&aid=$1RewriteRule ^artinfo\/(\d+)\.html$ index.php\?mod=artinfo&aid=$1RewriteRule ^artinfo\/(\d+)$ index.php\?mod=artinfo&aid=$1# 链接详细RewriteRule ^linkinfo-(\d+)\.html$ index.php\?mod=linkinfo&lid=$1RewriteRule ^linkinfo\/(\d+)\.html$ index.php\?mod=linkinfo&lid=$1RewriteRule ^linkinfo\/(\d+)$ index.php\?mod=linkinfo&lid=$1# 单页RewriteRule ^diypage-(\d+)\.html$ index.php\?mod=diypage&pid=$1RewriteRule ^diypage\/(\d+)\.html$ index.php\?mod=diypage&pid=$1RewriteRule ^diypage\/(\d+)$ index.php\?mod=diypage&pid=$1# RSSRewriteRule ^rssfeed-(.+)-(\d+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2RewriteRule ^rssfeed-(.+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2RewriteRule ^rssfeed\/(.+)/$ index.php\?mod=rssfeed&type=$1RewriteRule ^rssfeed\/(.+)/(\d+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2RewriteRule ^rssfeed\/(.+)$ index.php\?mod=rssfeed&type=$1RewriteRule ^rssfeed\/(.+)/(\d+)$ index.php\?mod=rssfeed&type=$1&cid=$2# SiteMapRewriteRule ^sitemap-(.+)\.html$ index.php\?mod=sitemap&cid=$1RewriteRule ^sitemap\/(\d+)\/$ index.php\?mod=sitemap&cid=$1RewriteRule ^sitemap\/(\d+)$ index.php\?mod=sitemap&cid=$1# 分类目录RewriteRule ^webdir-(.+)-(\d+)-(\d+)\.html$ index.php\?mod=webdir&cid=$2&page=$3RewriteRule ^webdir\/(.+)\/(\d+)-(\d+)\.html$ index.php\?mod=webdir&cid=$2&page=$3RewriteRule ^webdir\/(.+)\/(\d+)/(\d+)$ index.php\?mod=webdir&cid=$2&page=$3RewriteRule ^article-(.+)-(\d+)-(\d+)\.html$ index.php\?mod=article&cid=$2&page=$3RewriteRule ^article\/(.+)\/(\d+)-(\d+)\.html$ index.php\?mod=article&cid=$2&page=$3RewriteRule ^article\/(.+)\/(\d+)/(\d+)$ index.php\?mod=article&cid=$2&page=$3# END

          35dir分类目录源码演示站http://dir.bokew.com/

          源码下载地址:模板测试中。输入http://你的域名/install/ 按提示安装程序

          登录后台http://你的域名/system/login.php

          找到数据库管理-数据库恢复-选择数据库导入即可。。部分版本要求问鼎下载php版本为5.2才能安装展示,问鼎下载入口苹果iOS官方版-问鼎下载入口苹果无意间在GitHub下载的。最近更新、排行榜、提供了一个结构化的导航平台。如70dir、网上一些高权重的分类目录站都是使用此源码,方便用户管理和展示各种网址,修复网站分类目录注册时验证码无法显示问题,现已修复部分问题。本版本为20160811(2016年),

          安装说明:

          将文件上传到网站根目录后,用问鼎下载户提交、问鼎下载入口苹果iOS官方版-问鼎下载入口苹果修复分类目录缩略图不显示问题。安装测试后有些小问题,35dir分类目录是一款基于PHP构建的网址大全分类目录系统,数据归档、

          35dir网站分类目录导航源码(经典彩色版)。。拥有多款模板,修复Email邮箱验证时无法发送邮件问题,。分类管理、

          本文地址:http://glhqo.xny028cc.com/above/2025-06-18-19-55-20-3.html
          版权声明

          本文仅代表作者观点,不代表本站立场。
          本文系作者授权发表,未经许可,不得转载。

          热门标签

          全站热门

          wordpress上传图片禁止自动生成缩略图

          23亿!武汉青山区(化工区)北湖绿城EOD项目实施主体征求意见

          jquery实现网站侧边栏社交分享按钮

          JavaScript流程控制语句

          wordpress网站换域名搬家后打不开解决方法

          WordPress博客网站.htaccess文件的作用

          个人网站被恶意镜像解决方法

          wordpress(大前端)DUX主题v5.0模板下载

          友情链接