If anyone knows, please let me know.
How can I use .htaccess in the following cases?
http://xxxx.jp/book/vol1/#!6==>http://xxxx.jp/sp/book/vol1/index.html#present
Thank you.
.htaccess
動作 Operation has not been confirmed
You will need to find out how to configure htaccess separately, but permanent redirects are as follows:
Redirect permanent http://xxxx.jp/book/vol1/#!6 http://xxxx.jp/sp/book/vol1/index.html#present
If you want to redirect temporarily, make the permanent
part temp
.
© 2024 OneMinuteCode. All rights reserved.