不太懂这个.htaccess,现在想吧index.htm等页面放在file/index.htm下,让通过原链接进来的还可以访问,请问要怎么写?能详细点更好,先谢谢了

解决方案 »

  1.   

    Rewrite index.htm file/index.htm [R]
      

  2.   

    以实现了。谢谢
    # This allows you to redirect index.html to a specific subfolder
    <IfModule mod_rewrite.c>
    RewriteEngine On
    Redirect /index.htm http://julor.tk/oldhtml/index.htm
    </IfModule>
      

  3.   

    重要搞定了,用.htaccess实现302重定向网页:
    介绍如这篇文章:http://www.julor.tk/archives/229.html
    该站的有www.julor.tk/index.htm当输入这个是会调整到指定目录此文件