書き換えの方法に関するいくつかのリソースを読み、次のことである程度成功しました。
RewriteEngine On
RewriteBase /~me/website.net/html/
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ property.php?property=$1
...これは、おそらく改宗者に伝える必要はありません...
http://imac-i3.local/~me/website.net/html/property-name
...に ....
http://imac-i3.local/~me/website.net/html/property.php?property=property-name
どれだけ本を読んでも、自分がしなければならないことの次の段階である改宗がわかりません...
http://imac-i3.local/~me/website.net/html/1
http://imac-i3.local/~me/website.net/html/property/property-name
に...
http://imac-i3.local/~me/website.net/html/index.php?page=1
http://imac-i3.local/~me/website.net/html/property.php?property-name
どんな助けでも大歓迎です。