我在Apache中有一个虚拟主机
<VirtualHost *:8080>
ServerName example.eu
ServerAlias www.example.eu
ServerAlias www.somethingElseThanExample.net
DocumentRoot "/something"
<Directory "something">
Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
</Directory>
</VirtualHost>
我想重定向
www.somethingElseThanExample.net
至www.somethingElseThanExample.net/foo/
这必须适用于主页和内部页面,以便
www.somethingElseThanExample.net/bar/
至www.somethingElseThanExample.net/foo/bar/
可以通过我的htaccess使用Apache mod_rewrite
吗?我如何在每种情况下这样做?
如果我只需要将此结果用于主页,该怎么办?
答案 0 :(得分:1)
由于您似乎可以访问VirtualHost,因此您可以将以下内容添加到$dateMaturity->add($config->getDelayInterval());
部分:
<Directory>