という名前のディレクトリを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]