如何重定向到htdocs中的另一个文件夹?

时间:2015-07-14 09:40:12

标签: php redirect url-redirection htdocs

有人可以帮助我如何将我的用户重定向到htdocs中的另一个文件夹。 我当前的页面是:

  

http://maps/index.php

我的目标是每次用户访问该网站时,他们都会自动重定向到:

  

http://dev_maps/index.php

mapsdev_maps个文件夹都在XAMPP的htdoc下。

感谢。

2 个答案:

答案 0 :(得分:1)

在打开代码之前,您必须放置UIView *containerView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0, 320.0f, 200.0f)]; layer.frame = self.view.frame; [containerView.layer addSublayer:layer]; [self.view addSubview:containerView]; layer.backgroundColor = [UIColor greenColor].CGColor; [layer setVideoGravity:AVLayerVideoGravityResizeAspectFill]; [player play]; 。这是最简单的方法。

答案 1 :(得分:0)

简单的方法是,在http://maps/index.php中编写此代码(仅限此代码):

<?php header('Location: http://dev_maps/index.php'); ?>

困难的方法是在.htacces文件中设置虚拟主机或重定向