htaccess RewriteRule redirecting to parent directory?

后端 未结 3 949
一向
一向 2020-12-19 05:17

I cant understand how to redirect to the parent directory in this case: I have a root directory with .htaccess file, where rewriteEngine is on. In this directory I have a fi

3条回答
  •  抹茶落季
    2020-12-19 06:03

    You can't rewrite to outside the document-root. This is a security thing.

    You could just create a rootFile.php that only contains

提交回复
热议问题