标签: .htaccess subdirectory redirect
我想将URL重定向到子目录中的php文件,但我无法执行此操作。我尝试了一切,但无法让它发挥作用。我应该在.htaccess写一下什么?
.htaccess
实际上我想这样做:网址http://example.org/sub1/sub2/page应该访问文件http://example.org/sub1/sub2/page.php,我想让这个通用,因为我有多个这样的网址重定向到PHP文件。
http://example.org/sub1/sub2/page
http://example.org/sub1/sub2/page.php
基本上我想从网址中删除.php扩展名。
.php