という名前のディレクトリを1つだけURLを書き換える必要がありgallery
ます。abc.com/photos/gallery/picture/
の代わりにしたいabc.com/photos/gallery/picture.php
.htaccess
index.php
/photos
/gallery
index.php
picture.php
functions.php
/videos
ここに私のコード.htaccess
がありますが、動作しません。
RewriteEngine on
RewriteRule ^/[.*]/?$ photos/gallery/$1.php#{QUERY_STRING} [NC,L]