我知道有很多关于.htaccess的问题,但我无法找到解决方案。
我的域名文件夹上有一个index.php。
mydomain.com/folder/index.php
这个index.php列出了我不希望人们看到的3个网址,我只希望将它们重定向到第一个。 我无法修改index.php文件,我需要使用htaccess重定向流量,这样:
我需要重定向所有转到
的内容mydomain.com/folder/
www.mydomain.com/folder/
mydomain.com/folder/index.php
www.mydomain.com/folder/index.php
并将其发送到此网址
www.mydomain.com/folder/text
有什么想法吗?
非常感谢