搜索内容

包含标签:htaccess 的文章
  • zencart的Apache和IIS伪静态规则
    服务器

    zencart的Apache和IIS伪静态规则

    iis httpd.ini 的规则 [ISAPI_Rewrite] # 3600 = 1 hour 设置缓存时间 1个小时 CacheClockRate 3600 # 设置正则表达式 替换变量个数. RepeatLimit 32 RewriteR……
    Kiyo 2011年11月21日
  • .htaccess规则
    其他语言

    .htaccess规则

    #Rewrite开关 RewriteEngine On #禁止目录列表的显示 Options -Indexes Options +FollowSymLinks #作用目录 RewriteBase / #301跳转 RewriteCond %{http_host}……
    Kiyo 2010年09月19日
  • discuz 伪静态规则
    服务器

    discuz 伪静态规则

    Apache Web Server(独立主机用户) <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)/topic-(.+)\.html$ $1/portal.php?mod=topic&am……
    Kiyo 2010年07月6日