URLを変更し、旧URLから新URLへリダイレクトする場合は .htaccess に記述します。
【旧URL】 http://localhost/?page_id=98/
【新URL】 http://localhost/access/
1 |
Redirect permanent /?page_id=98/ http://localhost/access/ |
URLを変更し、旧URLから新URLへリダイレクトする場合は .htaccess に記述します。
【旧URL】 http://localhost/?page_id=98/
【新URL】 http://localhost/access/
1 |
Redirect permanent /?page_id=98/ http://localhost/access/ |