【问题标题】:What Changes need in .htaccess file? [closed].htaccess 文件需要哪些更改? [关闭]
【发布时间】:2013-04-27 18:31:55
【问题描述】:

我如何更改 .htaccess 文件??

http://www.mydomain.com/index.htm 全部重定向到: http://www.mydomain.com/

【问题讨论】:

  • 你试过什么?当你尝试的时候失败了什么?真正的问题是什么?
  • 此外 - few 肯定意味着不止一个

标签: .htaccess


【解决方案1】:
Options +FollowSymLinks
DirectoryIndex index.php 
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} /index.php
RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-03-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-02-13
    • 1970-01-01
    • 2018-03-24
    相关资源
    最近更新 更多