1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

请问TXP的.htaccess文件设置

本帖由 dony9452007-04-02 发布。版面名称:主机讨论

  1. dony945

    dony945 New Member

    注册:
    2006-02-22
    帖子:
    105
    赞:
    0
    #DirectoryIndex index.php index.html
    #Options +FollowSymLinks
    #RewriteBase /relative/web/path/

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.+) - [PT,L]

    RewriteRule ^(.*) index.php
    </IfModule>

    #php_value register_globals 0

    TXP安装在了/BLOG下,我在前面加个 RewriteBase /blog 也不能静态化~~

    请教。。
     
  2. laogui

    laogui Administrator
    管理成员

    注册:
    2005-08-30
    帖子:
    15,216
    赞:
    35
    难道要后面加个斜杠?我用RewriteBase /txp/可以
     
  3. dony945

    dony945 New Member

    注册:
    2006-02-22
    帖子:
    105
    赞:
    0
    晕,还是不行,看来得联系LINUX管理员了