Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/vim/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
需要在.htaccess文件中进行哪些更改?_.htaccess - Fatal编程技术网

需要在.htaccess文件中进行哪些更改?

需要在.htaccess文件中进行哪些更改?,.htaccess,.htaccess,如何更改.htaccess文件 全部重定向到: 你试过什么?你尝试的时候失败了什么?真正的问题是什么?除此之外,很少肯定意味着不止一个。 Options +FollowSymLinks DirectoryIndex index.php RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} /index.php RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]

如何更改.htaccess文件

全部重定向到:

你试过什么?你尝试的时候失败了什么?真正的问题是什么?除此之外,很少肯定意味着不止一个。
Options +FollowSymLinks
DirectoryIndex index.php 
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} /index.php
RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]