內容簡介
使用 mod_rewrite 可以使 /wp-admin/ 和 /wp-login.php 的路徑可配置。
此外掛支援更改管理員網址和登入路徑的方法。
它會更改以下 3 項:
寫入 .htaccess 某些規則
在 wp-config.php 中定義一個常數
掛鉤到 URL 擷取方法,以替換新的 URL
到目前為止,在版本 0.2.0 中似乎運作正常。
依賴程式
此外掛依賴於:
wp-cli/wp-config-transformer
疑難排解
如果遇到問題,您必須回滾此外掛所做的變更,
詳細說明請參閱 https://www.sumedia-howto.de/wordpress/wordpress-urls-rewrite-zum-schutz-sensibler-dateien-und-pfade/(德文)
更新記錄
請參閱 changelog.txt
外掛標籤
開發者團隊
原文外掛簡介
Makes /wp-admin/ and /wp-login.php pathes configurable using mod_rewrite.
This plugin support a way to change the admins URL and the login path.
It will change 3 things:
Write to .htaccess some Rules
Define a constant in the wp-config.php
Hook into the url fetching methods to substitute the new urls
So far in version 0.2.0 it seems to work properly.
Dependencies
This plugin depends on:
wp-cli/wp-config-transformer
Troubleshooting
If something breaks, you have to revert the changes of this plugin as
described in https://www.sumedia-howto.de/wordpress/wordpress-urls-rewrite-zum-schutz-sensibler-dateien-und-pfade/ (German)
Changelog
See changelog.txt
