1
http://www.travelpunk.com/blog/hostel-details/?hname=Jugend+%?+Familieng%C?%A?stehaus+Bregenz&city=Bregenz&date_st=?+Oct+?&date_end=?+Oct+?&num=?&propnum=?&guestnum=?

これは私のURLです...次のURLのように変更する必要があります

http://www.travelpunk.com/blog/hostel-details/Jugend-Familieng-stehaus-Bregenz/Bregenz/&date_st=?+Oct+?&date_end=?+Oct+?&num=?&propnum=?&guestnum=?

これは私の .htaccess ファイルです

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>

# END WordPress

<Files 403.shtml>
order allow,deny
allow from all
</Files>

1..htaccess ファイルを使用して変更するにはどうすればよいですか?

また

2.Javaスクリプトを使用して変更できますか?

4

0 に答える 0