的.htaccess - 重定向一个PHP文件到一个虚拟目录重定向、虚拟目录、文件、htaccess

由网友(一分心动)分享简介:什么的.htaccess线从PHP文件做一个虚拟目录?What are the .htaccess lines to make a Virtual Directory from a PHP File?www.domain.de/file.php 应到 www.domain.de/file / 推荐答案这就是它:...

什么的.htaccess线从PHP文件做一个虚拟目录?

What are the .htaccess lines to make a Virtual Directory from a PHP File?

www.domain.de/file.php 应到 www.domain.de/file /

推荐答案

这就是它:

DirectoryIndex index.php
RewriteEngine on
RewriteRule ^file/ file.php [L]
Options -Indexes
阅读全文

相关推荐

最新文章