标签: php .htaccess url-rewriting
目前正在使用
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]
然而,将使用它的php脚本移动到子文件夹并在主目录中包含其他内容。
允许上述内容仅在子文件夹中工作的最佳方式是什么?
答案 0 :(得分:0)
将文件与php文件一起移动到子文件夹