我的PHP项目的根目录是apache/www 现在我想从根目录中的 A文件夹下的 a.php 访问 根目录下的index.php
我想实现的是自动跳转而不是点击链接跳转我可能没有表达清楚我的项目是test:/test/a/a.aphp现在要在a.php跳转至test/index.phpheader使...
我想实现的是自动跳转而不是点击链接跳转
我可能 没有表达清楚
我的项目是test: /test/a/a.aphp现在要在a.php 跳转至 test/index.php
header使用相对路径要如何实现
header("location:../index.php");跟header("location:/index.php")
跳转的都是http://localhost/index.php 而不是我要的http://localhost/test/index.php
原来是 header("location:./index.php"); 2点返回的是上上级目录... 展开
我可能 没有表达清楚
我的项目是test: /test/a/a.aphp现在要在a.php 跳转至 test/index.php
header使用相对路径要如何实现
header("location:../index.php");跟header("location:/index.php")
跳转的都是http://localhost/index.php 而不是我要的http://localhost/test/index.php
原来是 header("location:./index.php"); 2点返回的是上上级目录... 展开
展开全部
a.php这早郑知么丛芦写
<?
header("陆消location:/index.php");
?>
<?
header("陆消location:/index.php");
?>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
使用相对亏启路径(..)
a.php:
<a href="../index.php"销激如>访问根目录下的index.php</铅友a>
a.php:
<a href="../index.php"销激如>访问根目录下的index.php</铅友a>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Header("Location: 根目录/index.php");
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询