私の実際の URL は次のとおりです。
www.mysite.com/site/index.php
私は欲しい:
www.mysite.com/home.html
.htaccess に次のように記述します。
Options +FollowSymlinks
RewriteEngine On
RewriteRule (.*)/home.html$ /site/index.php
しかし、404エラーに行きます
何か助けはありますか?
Tk。
アップデート:
ドメインが実際に www.my-site.com であるという効果がありますか??
アップデート:
www.my-site.com に保存し、次のように変更します。
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteRule ^home\.html$ site/index.php
</IfModule>
しかし、仕事はありません。