Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はURLを持っています:
http://localhost/project/home/index.php
URL から /home/ を削除したい。これを行う方法?私のhtaccessファイル
RewriteEngine on RewriteBase /project/ RewriteRule ^home/(.+)$ $1/index.php
これがあなたのやりたいことですか?
RewriteEngine On RewriteBase / RewriteRule ^/project/home/(.+)$ $1