htaccess - creating directories and files of the same name
问题 I want to create a bunch of files without an extension showing at the end. The easiest way to do that was to do this: /usa/index.php /usa/alaska/index.php /usa/alabama/index.php /usa/california/index.php What I want to do is this /usa/alaska.php /usa/alabama.php /usa/california.php and have it show up as: /usa/alaska /usa/alabama /usa/california However, I have one more level I want to add to this, the cities /usa/alaska/adak.php /usa/alaska/anchorage.php /usa/california/los-angles.php I don